aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authorMW2007-09-10 07:23:43 +0000
committerMW2007-09-10 07:23:43 +0000
commit91cc820f34cef19e1bb9659faf2d6c7070dcda96 (patch)
tree22ab9f33f9fd910ddcfc9b2e4cd6b9e2191c69ad /bin/OpenSim.ini
parenthooked up sdague new sqlite asset database provider to the old asset system. ... (diff)
downloadopensim-SC_OLD-91cc820f34cef19e1bb9659faf2d6c7070dcda96.zip
opensim-SC_OLD-91cc820f34cef19e1bb9659faf2d6c7070dcda96.tar.gz
opensim-SC_OLD-91cc820f34cef19e1bb9659faf2d6c7070dcda96.tar.bz2
opensim-SC_OLD-91cc820f34cef19e1bb9659faf2d6c7070dcda96.tar.xz
Added "asset_database =" option to opensim.ini, so the asset database can be selected. Currently set default back to db4o until more people test using sqlite.
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index f65523c..e6e1fe3 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -9,6 +9,10 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
9startup_console_commands_file = "startup_commands.txt" 9startup_console_commands_file = "startup_commands.txt"
10serverside_object_permissions = false 10serverside_object_permissions = false
11 11
12asset_database = "db4o"
13;to try sqlite as the asset database , comment out the above line, and uncomment following one
14; asset_database = "sqlite"
15
12 16
13[StandAlone] 17[StandAlone]
14accounts_authenticate = true 18accounts_authenticate = true