From 4dd40151a6384bc39fd38db041859a070be1a185 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 21 Aug 2007 18:34:49 +0000 Subject: self document how to enable prim storage --- bin/OpenSim.ini | 62 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 29 deletions(-) (limited to 'bin/OpenSim.ini') diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index d876e3c..a720617 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini @@ -1,29 +1,33 @@ -[Startup] -gridmode = false -physics = basicphysics -storage_plugin = "OpenSim.DataStore.NullStorage.dll" -startup_console_commands_file = "startup_commands.txt" - - -[StandAlone] -accounts_authenticate = false -welcome_message = "Welcome to OpenSim" -inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" -userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" -default_location_x = 1000 -default_location_y = 1000 - - -[Network] -http_listener_port = 9000 -remoting_listener_port = 8895 - -grid_server_url = "http://127.0.0.1:8001" -grid_send_key = "null" -grid_recv_key = "null" - -user_server_url = "http://127.0.0.1:8002" -user_send_key = "null" -user_recv_key = "null" - -asset_server_url = "http://127.0.0.1:8003" +[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" + + +[StandAlone] +accounts_authenticate = false +welcome_message = "Welcome to OpenSim" +inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" +userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" +default_location_x = 1000 +default_location_y = 1000 + + +[Network] +http_listener_port = 9000 +remoting_listener_port = 8895 + +grid_server_url = "http://127.0.0.1:8001" +grid_send_key = "null" +grid_recv_key = "null" + +user_server_url = "http://127.0.0.1:8002" +user_send_key = "null" +user_recv_key = "null" + +asset_server_url = "http://127.0.0.1:8003" -- cgit v1.1