aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/storage/SQLiteLegacyStandalone.ini
diff options
context:
space:
mode:
authorMelanie2010-09-14 22:03:42 +0100
committerMelanie2010-09-14 22:03:42 +0100
commit1212cb0c7442619f47f3937d0d8b7ed0ee5f6090 (patch)
tree776d0ff51f06ad2a30dbbacb7ddfd183766f0344 /bin/config-include/storage/SQLiteLegacyStandalone.ini
parentFix a small left over buglet and also add checking of the physics actor (diff)
parentFix "show threads" to show threads now being managed by OpenSim.Framework.Wat... (diff)
downloadopensim-SC_OLD-1212cb0c7442619f47f3937d0d8b7ed0ee5f6090.zip
opensim-SC_OLD-1212cb0c7442619f47f3937d0d8b7ed0ee5f6090.tar.gz
opensim-SC_OLD-1212cb0c7442619f47f3937d0d8b7ed0ee5f6090.tar.bz2
opensim-SC_OLD-1212cb0c7442619f47f3937d0d8b7ed0ee5f6090.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin/config-include/storage/SQLiteLegacyStandalone.ini')
-rw-r--r--bin/config-include/storage/SQLiteLegacyStandalone.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/config-include/storage/SQLiteLegacyStandalone.ini b/bin/config-include/storage/SQLiteLegacyStandalone.ini
new file mode 100644
index 0000000..facbbd6
--- /dev/null
+++ b/bin/config-include/storage/SQLiteLegacyStandalone.ini
@@ -0,0 +1,17 @@
1; These are the initialization settings for running OpenSim Standalone with an SQLite database
2
3[DatabaseService]
4 StorageProvider = "OpenSim.Data.SQLiteLegacy.dll"
5 ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
6
7[AvatarService]
8 ConnectionString = "URI=file:avatars.db,version=3"
9
10[AuthenticationService]
11 ConnectionString = "URI=file:auth.db,version=3"
12
13[UserAccountService]
14 ConnectionString = "URI=file:userprofiles.db,version=3"
15
16[FriendsService]
17 ConnectionString = "URI=file:friends.db,version=3"