aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/storage/SQLiteLegacyStandalone.ini
diff options
context:
space:
mode:
authorMelanie Thielker2010-09-14 22:14:23 +0200
committerMelanie Thielker2010-09-14 22:14:23 +0200
commit540a1912cea13f42b3fb6f4e4152de2be46f062c (patch)
tree1ba8209dc0f40780181499be8556c8fe6fc97ceb /bin/config-include/storage/SQLiteLegacyStandalone.ini
parentAdjust the code for ghost prim removal to new information from Kitto (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-540a1912cea13f42b3fb6f4e4152de2be46f062c.zip
opensim-SC_OLD-540a1912cea13f42b3fb6f4e4152de2be46f062c.tar.gz
opensim-SC_OLD-540a1912cea13f42b3fb6f4e4152de2be46f062c.tar.bz2
opensim-SC_OLD-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/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"