A little bit of cleanup behind commit r5f88ceab2269

This commit is contained in:
BlueWall
2014-11-30 14:57:47 -05:00
parent 5f88ceab22
commit d0f9644417
3 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,7 @@
;; If this is a standalone world, this is the address of this instance.
;; If this is a grided simulator, this is the address of the external robust server that
;; runs the UserAgentsService.
;; For example http://myworld.com:9000 or http://myworld.com:${Const|PublicPort}
;; For example http://myworld.com:9000 or http://myworld.com:8002
;; This is a default that can be overwritten in some sections.
; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
@@ -48,7 +48,7 @@
;; If this is a standalone world, this is the address of this instance.
;; If this is a grided simulator, this is the address of the external robust server
;; that runs the Gatekeeper service.
;; For example http://myworld.com:9000 or http://myworld.com:${Const|PublicPort}
;; For example http://myworld.com:9000 or http://myworld.com:8002
;; This is a default that can be overwritten in some sections.
; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"