From 860620c24edc366241160930755df7e34192aa90 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 11 Sep 2007 08:26:51 +0000 Subject: default to sqlite for assets, will help flush out any other bugs --- bin/OpenSim.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index e6e1fe3..f4efeb5 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] -- cgit v1.1