aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authormingchen2007-08-17 15:45:49 +0000
committermingchen2007-08-17 15:45:49 +0000
commitd3660ed2692863757214f92c02b5b9e9d7f683cf (patch)
tree2595969e44eb13c34ca5c9231629971aef814f4f /bin
parent* Added support for the IMG-format loader to terrain's load-tile function. (diff)
downloadopensim-SC_OLD-d3660ed2692863757214f92c02b5b9e9d7f683cf.zip
opensim-SC_OLD-d3660ed2692863757214f92c02b5b9e9d7f683cf.tar.gz
opensim-SC_OLD-d3660ed2692863757214f92c02b5b9e9d7f683cf.tar.bz2
opensim-SC_OLD-d3660ed2692863757214f92c02b5b9e9d7f683cf.tar.xz
*Moved network_servers_info.xml into OpenSim.ini under [Network]
Diffstat (limited to 'bin')
-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"