mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
change default ports for inventory and grid connectors in example .ini files to 8003 to match the ROBUST default
altered wiki page to reflect this
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
;
|
||||
; change this to your grid-wide inventory server
|
||||
;
|
||||
InventoryServerURI = "http://myinventoryserver.com:8004"
|
||||
InventoryServerURI = "http://myinventoryserver.com:8003"
|
||||
|
||||
[GridService]
|
||||
;
|
||||
; change this to your grid-wide grid server
|
||||
;
|
||||
GridServerURI = "http://mygridserver.com:8001"
|
||||
GridServerURI = "http://mygridserver.com:8003"
|
||||
|
||||
[Modules]
|
||||
;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
|
||||
|
||||
Reference in New Issue
Block a user