aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authorTedd Hansen2007-08-22 19:49:36 +0000
committerTedd Hansen2007-08-22 19:49:36 +0000
commit9566444a6ae5f0ec568cad658d97ea9800361aa8 (patch)
tree7adc76466a5cffd2b4d93e4589ebbc75aed863b3 /bin/OpenSim.ini
parentSeems like I commited OpenSim.ini and inventoryStore.db unintentionally in la... (diff)
downloadopensim-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
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini8
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]
2gridmode = false 2gridmode = false
3physics = basicphysics 3physics = 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"
4storage_plugin = "OpenSim.DataStore.NullStorage.dll" 8storage_plugin = "OpenSim.DataStore.NullStorage.dll"
5startup_console_commands_file = "startup_commands.txt" 9startup_console_commands_file = "startup_commands.txt"
10serverside_object_permissions = false
6 11
7 12
8[StandAlone] 13[StandAlone]
9accounts_authenticate = false 14accounts_authenticate = true
10welcome_message = "Welcome to OpenSim" 15welcome_message = "Welcome to OpenSim"
11inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" 16inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
12userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" 17userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
@@ -27,3 +32,4 @@ user_send_key = "null"
27user_recv_key = "null" 32user_recv_key = "null"
28 33
29asset_server_url = "http://127.0.0.1:8003" 34asset_server_url = "http://127.0.0.1:8003"
35