diff options
author | MW | 2007-09-10 07:23:43 +0000 |
---|---|---|
committer | MW | 2007-09-10 07:23:43 +0000 |
commit | 91cc820f34cef19e1bb9659faf2d6c7070dcda96 (patch) | |
tree | 22ab9f33f9fd910ddcfc9b2e4cd6b9e2191c69ad /bin | |
parent | hooked up sdague new sqlite asset database provider to the old asset system. ... (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini | 4 |
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" | |||
9 | startup_console_commands_file = "startup_commands.txt" | 9 | startup_console_commands_file = "startup_commands.txt" |
10 | serverside_object_permissions = false | 10 | serverside_object_permissions = false |
11 | 11 | ||
12 | asset_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] |
14 | accounts_authenticate = true | 18 | accounts_authenticate = true |