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

This commit is contained in:
Sean Dague
2007-09-11 08:26:51 +00:00
parent a1e2fea7c1
commit 860620c24e

View File

@@ -9,9 +9,9 @@ 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"
; asset_database = "db4o"
; to try sqlite as the asset database , comment out the above line, and uncomment following one
asset_database = "sqlite"
[StandAlone]