diff options
Diffstat (limited to 'bin/config-include/storage/SQLiteStandalone.ini')
-rw-r--r-- | bin/config-include/storage/SQLiteStandalone.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini index 1ce0357..ed88a8a 100644 --- a/bin/config-include/storage/SQLiteStandalone.ini +++ b/bin/config-include/storage/SQLiteStandalone.ini | |||
@@ -3,6 +3,11 @@ | |||
3 | [DatabaseService] | 3 | [DatabaseService] |
4 | StorageProvider = "OpenSim.Data.SQLite.dll" | 4 | StorageProvider = "OpenSim.Data.SQLite.dll" |
5 | 5 | ||
6 | [InventoryService] | ||
7 | ;ConnectionString = "URI=file:inventory.db,version=3" | ||
8 | ; if you have a legacy inventory store use the connection string below | ||
9 | ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True" | ||
10 | |||
6 | [AvatarService] | 11 | [AvatarService] |
7 | ConnectionString = "URI=file:avatars.db,version=3" | 12 | ConnectionString = "URI=file:avatars.db,version=3" |
8 | 13 | ||
@@ -14,3 +19,4 @@ | |||
14 | 19 | ||
15 | [FriendsService] | 20 | [FriendsService] |
16 | ConnectionString = "URI=file:friends.db,version=3" | 21 | ConnectionString = "URI=file:friends.db,version=3" |
22 | |||