diff options
author | mingchen | 2007-08-17 15:45:49 +0000 |
---|---|---|
committer | mingchen | 2007-08-17 15:45:49 +0000 |
commit | d3660ed2692863757214f92c02b5b9e9d7f683cf (patch) | |
tree | 2595969e44eb13c34ca5c9231629971aef814f4f /bin/OpenSim.ini | |
parent | * Added support for the IMG-format loader to terrain's load-tile function. (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini | 20 |
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 | |||
4 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 4 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
5 | startup_console_commands_file = "startup_commands.txt" | 5 | startup_console_commands_file = "startup_commands.txt" |
6 | 6 | ||
7 | |||
7 | [StandAlone] | 8 | [StandAlone] |
8 | accounts_authenticate = false | 9 | accounts_authenticate = false |
9 | welcome_message = "Welcome to OpenSim" | 10 | welcome_message = "Welcome to OpenSim" |
10 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 11 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" |
11 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" \ No newline at end of file | 12 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" |
13 | default_location_x = 1000 | ||
14 | default_location_y = 1000 | ||
15 | |||
16 | |||
17 | [Network] | ||
18 | http_listener_port = 9000 | ||
19 | remoting_listener_port = 8895 | ||
20 | |||
21 | grid_server_url = "http://127.0.0.1:8001" | ||
22 | grid_send_key = "null" | ||
23 | grid_recv_key = "null" | ||
24 | |||
25 | user_server_url = "http://127.0.0.1:8002" | ||
26 | user_send_key = "null" | ||
27 | user_recv_key = "null" | ||
28 | |||
29 | asset_server_url = "http://127.0.0.1:8003" | ||