diff options
author | opensim mirror account | 2010-11-12 16:40:03 -0800 |
---|---|---|
committer | opensim mirror account | 2010-11-12 16:40:03 -0800 |
commit | c44ab5569412c4763dd02f38a60f3f5b589855c0 (patch) | |
tree | 6e42ad276de27e9db26ae7dbc7d5f437de59fef2 | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Fix: Write asset data into Asset.db when using SQLite (diff) | |
download | opensim-SC-c44ab5569412c4763dd02f38a60f3f5b589855c0.zip opensim-SC-c44ab5569412c4763dd02f38a60f3f5b589855c0.tar.gz opensim-SC-c44ab5569412c4763dd02f38a60f3f5b589855c0.tar.bz2 opensim-SC-c44ab5569412c4763dd02f38a60f3f5b589855c0.tar.xz |
Merge branch 'master' of /var/git/opensim/
-rw-r--r-- | bin/config-include/storage/SQLiteLegacyStandalone.ini | 3 | ||||
-rw-r--r-- | bin/config-include/storage/SQLiteStandalone.ini | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/config-include/storage/SQLiteLegacyStandalone.ini b/bin/config-include/storage/SQLiteLegacyStandalone.ini index facbbd6..ffe9a70 100644 --- a/bin/config-include/storage/SQLiteLegacyStandalone.ini +++ b/bin/config-include/storage/SQLiteLegacyStandalone.ini | |||
@@ -4,6 +4,9 @@ | |||
4 | StorageProvider = "OpenSim.Data.SQLiteLegacy.dll" | 4 | StorageProvider = "OpenSim.Data.SQLiteLegacy.dll" |
5 | ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True" | 5 | ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True" |
6 | 6 | ||
7 | [AssetService] | ||
8 | ConnectionString = "URI=file:Asset.db,version=3" | ||
9 | |||
7 | [AvatarService] | 10 | [AvatarService] |
8 | ConnectionString = "URI=file:avatars.db,version=3" | 11 | ConnectionString = "URI=file:avatars.db,version=3" |
9 | 12 | ||
diff --git a/bin/config-include/storage/SQLiteStandalone.ini b/bin/config-include/storage/SQLiteStandalone.ini index 10e6991..c1de71a 100644 --- a/bin/config-include/storage/SQLiteStandalone.ini +++ b/bin/config-include/storage/SQLiteStandalone.ini | |||
@@ -4,6 +4,9 @@ | |||
4 | StorageProvider = "OpenSim.Data.SQLite.dll" | 4 | StorageProvider = "OpenSim.Data.SQLite.dll" |
5 | ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True" | 5 | ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True" |
6 | 6 | ||
7 | [AssetService] | ||
8 | ConnectionString = "URI=file:Asset.db,version=3" | ||
9 | |||
7 | [InventoryService] | 10 | [InventoryService] |
8 | ;ConnectionString = "URI=file:inventory.db,version=3" | 11 | ;ConnectionString = "URI=file:inventory.db,version=3" |
9 | ; if you have a legacy inventory store use the connection string below | 12 | ; if you have a legacy inventory store use the connection string below |