diff options
-rw-r--r-- | bin/OpenSim.ini.example | 4 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 4 |
2 files changed, 4 insertions, 4 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 |
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 6607a1a..3bc9b6c 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -13,13 +13,13 @@ | |||
13 | ; | 13 | ; |
14 | ; change this to your grid-wide inventory server | 14 | ; change this to your grid-wide inventory server |
15 | ; | 15 | ; |
16 | InventoryServerURI = "http://myinventoryserver.com:8004" | 16 | InventoryServerURI = "http://myinventoryserver.com:8003" |
17 | 17 | ||
18 | [GridService] | 18 | [GridService] |
19 | ; | 19 | ; |
20 | ; change this to your grid-wide grid server | 20 | ; change this to your grid-wide grid server |
21 | ; | 21 | ; |
22 | GridServerURI = "http://mygridserver.com:8001" | 22 | GridServerURI = "http://mygridserver.com:8003" |
23 | 23 | ||
24 | [Modules] | 24 | [Modules] |
25 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 25 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |