diff options
Diffstat (limited to 'bin/config-include/storage/SQLiteNGStandalone.ini')
-rw-r--r-- | bin/config-include/storage/SQLiteNGStandalone.ini | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/config-include/storage/SQLiteNGStandalone.ini b/bin/config-include/storage/SQLiteNGStandalone.ini deleted file mode 100644 index ba00aca..0000000 --- a/bin/config-include/storage/SQLiteNGStandalone.ini +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | ; These are the initialization settings for running OpenSim Standalone with an SQLite database | ||
2 | |||
3 | [DatabaseService] | ||
4 | StorageProvider = "OpenSim.Data.SQLiteNG.dll" | ||
5 | |||
6 | [AvatarService] | ||
7 | ConnectionString = "URI=file:avatars.db,version=3" | ||
8 | |||
9 | [AuthenticationService] | ||
10 | ConnectionString = "URI=file:auth.db,version=3" | ||
11 | |||
12 | [UserAccountService] | ||
13 | ConnectionString = "URI=file:userprofiles.db,version=3" | ||
14 | |||
15 | [FriendsService] | ||
16 | ConnectionString = "URI=file:friends.db,version=3" | ||