diff options
Diffstat (limited to 'bin/config-include/storage/SQLiteStandalone.ini')
-rw-r--r-- | bin/config-include/storage/SQLiteStandalone.ini | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini deleted file mode 100644 index fe814d7..0000000 --- a/bin/config-include/storage/SQLiteStandalone.ini +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | ; These are the initialization settings for running OpenSim Standalone with an SQLite database | ||
2 | |||
3 | [DatabaseService] | ||
4 | StorageProvider = "OpenSim.Data.SQLite.dll" | ||
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 | |||
11 | [AvatarService] | ||
12 | ConnectionString = "URI=file:avatars.db,version=3" | ||
13 | |||
14 | [AuthenticationService] | ||
15 | ConnectionString = "URI=file:auth.db,version=3" | ||
16 | |||
17 | [UserAccountService] | ||
18 | ConnectionString = "URI=file:userprofiles.db,version=3" | ||
19 | |||
20 | [GridUserService] | ||
21 | ConnectionString = "URI=file:griduser.db,version=3" | ||
22 | |||
23 | [FriendsService] | ||
24 | ConnectionString = "URI=file:friends.db,version=3" | ||
25 | |||