aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/storage/SQLiteStandalone.ini
diff options
context:
space:
mode:
authorMarck2010-11-11 11:08:57 +0100
committerJustin Clark-Casey (justincc)2010-11-13 00:31:02 +0000
commit2368aab534a9534f5f2806d5a4ffeb75950fdafd (patch)
tree6e42ad276de27e9db26ae7dbc7d5f437de59fef2 /bin/config-include/storage/SQLiteStandalone.ini
parentprovide avatar name in log if an exception ends up at the top of an async pac... (diff)
downloadopensim-SC_OLD-2368aab534a9534f5f2806d5a4ffeb75950fdafd.zip
opensim-SC_OLD-2368aab534a9534f5f2806d5a4ffeb75950fdafd.tar.gz
opensim-SC_OLD-2368aab534a9534f5f2806d5a4ffeb75950fdafd.tar.bz2
opensim-SC_OLD-2368aab534a9534f5f2806d5a4ffeb75950fdafd.tar.xz
Fix: Write asset data into Asset.db when using SQLite
Diffstat (limited to 'bin/config-include/storage/SQLiteStandalone.ini')
-rw-r--r--bin/config-include/storage/SQLiteStandalone.ini3
1 files changed, 3 insertions, 0 deletions
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