From 9566444a6ae5f0ec568cad658d97ea9800361aa8 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Wed, 22 Aug 2007 19:49:36 +0000 Subject: [PATCH] Correct OpenSim.ini and inventoryStore.db --- bin/OpenSim.ini | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index bfe986d70e..fbd9d19e96 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -1,12 +1,17 @@ [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" startup_console_commands_file = "startup_commands.txt" +serverside_object_permissions = false [StandAlone] -accounts_authenticate = false +accounts_authenticate = true welcome_message = "Welcome to OpenSim" inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" @@ -27,3 +32,4 @@ user_send_key = "null" user_recv_key = "null" asset_server_url = "http://127.0.0.1:8003" +