aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini20
1 files changed, 19 insertions, 1 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index 5475681..d876e3c 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -4,8 +4,26 @@ physics = basicphysics
4storage_plugin = "OpenSim.DataStore.NullStorage.dll" 4storage_plugin = "OpenSim.DataStore.NullStorage.dll"
5startup_console_commands_file = "startup_commands.txt" 5startup_console_commands_file = "startup_commands.txt"
6 6
7
7[StandAlone] 8[StandAlone]
8accounts_authenticate = false 9accounts_authenticate = false
9welcome_message = "Welcome to OpenSim" 10welcome_message = "Welcome to OpenSim"
10inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" 11inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
11userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" \ No newline at end of file 12userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
13default_location_x = 1000
14default_location_y = 1000
15
16
17[Network]
18http_listener_port = 9000
19remoting_listener_port = 8895
20
21grid_server_url = "http://127.0.0.1:8001"
22grid_send_key = "null"
23grid_recv_key = "null"
24
25user_server_url = "http://127.0.0.1:8002"
26user_send_key = "null"
27user_recv_key = "null"
28
29asset_server_url = "http://127.0.0.1:8003"