diff options
author | Melanie | 2010-05-03 01:40:24 +0100 |
---|---|---|
committer | Melanie | 2010-05-03 01:40:24 +0100 |
commit | 9f8acbfe3e6206893822bc3b7edbadbd7cae7a16 (patch) | |
tree | dd9485b0c6b4cbfa0399501f43d7d70d4ed438aa /bin/config-include/storage | |
parent | Make the IUserAccountData properly unpack the god mode data, so grid gods (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-9f8acbfe3e6206893822bc3b7edbadbd7cae7a16.zip opensim-SC-9f8acbfe3e6206893822bc3b7edbadbd7cae7a16.tar.gz opensim-SC-9f8acbfe3e6206893822bc3b7edbadbd7cae7a16.tar.bz2 opensim-SC-9f8acbfe3e6206893822bc3b7edbadbd7cae7a16.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin/config-include/storage')
-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 | |||