mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:17:46 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user