diff options
author | Melanie Thielker | 2010-09-14 22:14:23 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-09-14 22:14:23 +0200 |
commit | 540a1912cea13f42b3fb6f4e4152de2be46f062c (patch) | |
tree | 1ba8209dc0f40780181499be8556c8fe6fc97ceb /bin/config-include/storage/SQLiteStandalone.ini | |
parent | Adjust the code for ghost prim removal to new information from Kitto (diff) | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC-540a1912cea13f42b3fb6f4e4152de2be46f062c.zip opensim-SC-540a1912cea13f42b3fb6f4e4152de2be46f062c.tar.gz opensim-SC-540a1912cea13f42b3fb6f4e4152de2be46f062c.tar.bz2 opensim-SC-540a1912cea13f42b3fb6f4e4152de2be46f062c.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'bin/config-include/storage/SQLiteStandalone.ini')
-rw-r--r-- | bin/config-include/storage/SQLiteStandalone.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini new file mode 100644 index 0000000..10e6991 --- /dev/null +++ b/bin/config-include/storage/SQLiteStandalone.ini | |||
@@ -0,0 +1,26 @@ | |||
1 | ; These are the initialization settings for running OpenSim Standalone with an SQLite database | ||
2 | |||
3 | [DatabaseService] | ||
4 | StorageProvider = "OpenSim.Data.SQLite.dll" | ||
5 | ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True" | ||
6 | |||
7 | [InventoryService] | ||
8 | ;ConnectionString = "URI=file:inventory.db,version=3" | ||
9 | ; if you have a legacy inventory store use the connection string below | ||
10 | ConnectionString = "URI=file:inventory.db,version=3,UseUTF16Encoding=True" | ||
11 | |||
12 | [AvatarService] | ||
13 | ConnectionString = "URI=file:avatars.db,version=3" | ||
14 | |||
15 | [AuthenticationService] | ||
16 | ConnectionString = "URI=file:auth.db,version=3" | ||
17 | |||
18 | [UserAccountService] | ||
19 | ConnectionString = "URI=file:userprofiles.db,version=3" | ||
20 | |||
21 | [GridUserService] | ||
22 | ConnectionString = "URI=file:griduser.db,version=3" | ||
23 | |||
24 | [FriendsService] | ||
25 | ConnectionString = "URI=file:friends.db,version=3" | ||
26 | |||