diff options
author | Tedd Hansen | 2007-08-22 19:49:36 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-22 19:49:36 +0000 |
commit | 9566444a6ae5f0ec568cad658d97ea9800361aa8 (patch) | |
tree | 7adc76466a5cffd2b4d93e4589ebbc75aed863b3 | |
parent | Seems like I commited OpenSim.ini and inventoryStore.db unintentionally in la... (diff) | |
download | opensim-SC_OLD-9566444a6ae5f0ec568cad658d97ea9800361aa8.zip opensim-SC_OLD-9566444a6ae5f0ec568cad658d97ea9800361aa8.tar.gz opensim-SC_OLD-9566444a6ae5f0ec568cad658d97ea9800361aa8.tar.bz2 opensim-SC_OLD-9566444a6ae5f0ec568cad658d97ea9800361aa8.tar.xz |
Correct OpenSim.ini and inventoryStore.db
-rw-r--r-- | bin/OpenSim.ini | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index bfe986d..fbd9d19 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -1,12 +1,17 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | gridmode = false | 2 | gridmode = false |
3 | physics = basicphysics | 3 | physics = basicphysics |
4 | ; Prim Storage | ||
5 | ; if you would like to use sqlite uncomment the following line (and | ||
6 | ; comment the NullStorage line) | ||
7 | ; storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | ||
4 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 8 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
5 | startup_console_commands_file = "startup_commands.txt" | 9 | startup_console_commands_file = "startup_commands.txt" |
10 | serverside_object_permissions = false | ||
6 | 11 | ||
7 | 12 | ||
8 | [StandAlone] | 13 | [StandAlone] |
9 | accounts_authenticate = false | 14 | accounts_authenticate = true |
10 | welcome_message = "Welcome to OpenSim" | 15 | welcome_message = "Welcome to OpenSim" |
11 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 16 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" |
12 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | 17 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" |
@@ -27,3 +32,4 @@ user_send_key = "null" | |||
27 | user_recv_key = "null" | 32 | user_recv_key = "null" |
28 | 33 | ||
29 | asset_server_url = "http://127.0.0.1:8003" | 34 | asset_server_url = "http://127.0.0.1:8003" |
35 | |||