From ffa8bd6cddb43a5ee2b426af0aa4b82550ee57f0 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Wed, 22 Aug 2007 19:40:30 +0000 Subject: Seems like I commited OpenSim.ini and inventoryStore.db unintentionally in last commit... --- bin/OpenSim.ini | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'bin/OpenSim.ini') diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index 6932d49..bfe986d 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -1,17 +1,12 @@ [Startup] gridmode = false physics = basicphysics -; Prim Storage -; if you would like to use sqlite uncomment the following line (and -; comment the NullStorage line) -storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" -;storage_plugin = "OpenSim.DataStore.NullStorage.dll" +storage_plugin = "OpenSim.DataStore.NullStorage.dll" startup_console_commands_file = "startup_commands.txt" -serverside_object_permissions = false [StandAlone] -accounts_authenticate = true +accounts_authenticate = false welcome_message = "Welcome to OpenSim" inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" -- cgit v1.1