diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index e6e1fe3146..f4efeb5469 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -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]