aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2010-09-13 23:28:36 +0100
committerMelanie2010-09-13 23:28:36 +0100
commit0de2f0567d2e1a92bf95bc49eeaa8ed0743ddd36 (patch)
treeb697e3499f63be96b408ef5c3569c6b56b29e17e /bin
parentChange the help message to point to copying OpenSimDefaults.ini.example. (diff)
parentAdding missing ConnectionString lines to [DatabaseService] sections for SQLit... (diff)
downloadopensim-SC_OLD-0de2f0567d2e1a92bf95bc49eeaa8ed0743ddd36.zip
opensim-SC_OLD-0de2f0567d2e1a92bf95bc49eeaa8ed0743ddd36.tar.gz
opensim-SC_OLD-0de2f0567d2e1a92bf95bc49eeaa8ed0743ddd36.tar.bz2
opensim-SC_OLD-0de2f0567d2e1a92bf95bc49eeaa8ed0743ddd36.tar.xz
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/storage/SQLiteLegacyStandalone.ini1
-rw-r--r--bin/config-include/storage/SQLiteStandalone.ini1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/config-include/storage/SQLiteLegacyStandalone.ini b/bin/config-include/storage/SQLiteLegacyStandalone.ini
index 1d4dd29..facbbd6 100644
--- a/bin/config-include/storage/SQLiteLegacyStandalone.ini
+++ b/bin/config-include/storage/SQLiteLegacyStandalone.ini
@@ -2,6 +2,7 @@
2 2
3[DatabaseService] 3[DatabaseService]
4 StorageProvider = "OpenSim.Data.SQLiteLegacy.dll" 4 StorageProvider = "OpenSim.Data.SQLiteLegacy.dll"
5 ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
5 6
6[AvatarService] 7[AvatarService]
7 ConnectionString = "URI=file:avatars.db,version=3" 8 ConnectionString = "URI=file:avatars.db,version=3"
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini
index fe814d7..10e6991 100644
--- a/bin/config-include/storage/SQLiteStandalone.ini
+++ b/bin/config-include/storage/SQLiteStandalone.ini
@@ -2,6 +2,7 @@
2 2
3[DatabaseService] 3[DatabaseService]
4 StorageProvider = "OpenSim.Data.SQLite.dll" 4 StorageProvider = "OpenSim.Data.SQLite.dll"
5 ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True"
5 6
6[InventoryService] 7[InventoryService]
7 ;ConnectionString = "URI=file:inventory.db,version=3" 8 ;ConnectionString = "URI=file:inventory.db,version=3"