diff options
author | John Hurliman | 2010-09-13 11:39:58 -0700 |
---|---|---|
committer | John Hurliman | 2010-09-13 11:39:58 -0700 |
commit | 2ed276eb4759e61337058a0fc138f243b355ab13 (patch) | |
tree | 9a32ef5199711575e53e32d91188f486b3fd9c4e /bin/config-include | |
parent | * Fixing length calculations for HTTP texture downloads (the end byte is incl... (diff) | |
download | opensim-SC_OLD-2ed276eb4759e61337058a0fc138f243b355ab13.zip opensim-SC_OLD-2ed276eb4759e61337058a0fc138f243b355ab13.tar.gz opensim-SC_OLD-2ed276eb4759e61337058a0fc138f243b355ab13.tar.bz2 opensim-SC_OLD-2ed276eb4759e61337058a0fc138f243b355ab13.tar.xz |
Adding missing ConnectionString lines to [DatabaseService] sections for SQLite configs
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/storage/SQLiteLegacyStandalone.ini | 1 | ||||
-rw-r--r-- | bin/config-include/storage/SQLiteStandalone.ini | 1 |
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" |