default to sqlite for assets, will help flush out any other bugs

afrisby
Sean Dague 2007-09-11 08:26:51 +00:00
parent a1e2fea7c1
commit 860620c24e
1 changed files with 3 additions and 3 deletions

View File

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