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.

This commit is contained in:
MW
2007-09-10 07:23:43 +00:00
parent 15423539f9
commit 91cc820f34
2 changed files with 17 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
startup_console_commands_file = "startup_commands.txt"
serverside_object_permissions = false
asset_database = "db4o"
;to try sqlite as the asset database , comment out the above line, and uncomment following one
; asset_database = "sqlite"
[StandAlone]
accounts_authenticate = true