diff options
author | John Hurliman | 2009-10-05 17:38:27 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-05 17:38:27 -0700 |
commit | 7ddb6fbced5f2a98aa0201e354987ebc32adf7d2 (patch) | |
tree | 903b87112e7f851218e7b3d41c681f1b8f512af2 /bin/OpenSim.ini.example | |
parent | Beginning work on the new LLUDP implementation (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-7ddb6fbced5f2a98aa0201e354987ebc32adf7d2.zip opensim-SC-7ddb6fbced5f2a98aa0201e354987ebc32adf7d2.tar.gz opensim-SC-7ddb6fbced5f2a98aa0201e354987ebc32adf7d2.tar.bz2 opensim-SC-7ddb6fbced5f2a98aa0201e354987ebc32adf7d2.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into htb-throttle
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index fa8dc9d..5cb51b2 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -312,7 +312,7 @@ | |||
312 | ; Uncomment below to enable llRemoteData/remote channels | 312 | ; Uncomment below to enable llRemoteData/remote channels |
313 | ; remoteDataPort = 20800 | 313 | ; remoteDataPort = 20800 |
314 | 314 | ||
315 | grid_server_url = "http://127.0.0.1:8001" | 315 | grid_server_url = "http://127.0.0.1:8003" |
316 | grid_send_key = "null" | 316 | grid_send_key = "null" |
317 | grid_recv_key = "null" | 317 | grid_recv_key = "null" |
318 | 318 | ||
@@ -322,7 +322,7 @@ | |||
322 | 322 | ||
323 | asset_server_url = "http://127.0.0.1:8003" | 323 | asset_server_url = "http://127.0.0.1:8003" |
324 | 324 | ||
325 | inventory_server_url = "http://127.0.0.1:8004" | 325 | inventory_server_url = "http://127.0.0.1:8003" |
326 | 326 | ||
327 | ; The MessagingServer is a companion of the UserServer. It uses | 327 | ; The MessagingServer is a companion of the UserServer. It uses |
328 | ; user_send_key and user_recv_key, too | 328 | ; user_send_key and user_recv_key, too |