From d0f96444173d7650aa0b6b0be1eb8f2943fa58e8 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Sun, 30 Nov 2014 14:57:47 -0500 Subject: A little bit of cleanup behind commit r5f88ceab2269 --- bin/config-include/StandaloneCommon.ini.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/config-include/StandaloneCommon.ini.example') diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index f0bf3c8..edccf23 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example @@ -41,7 +41,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:${Const|PublicPort} or http://myworld.com:8002 + ;; 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}" @@ -49,7 +49,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:${Const|PublicPort} or http://myworld.com:8002 + ;; 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}" @@ -133,7 +133,7 @@ MapTileURL = "${Const|BaseURL}:${Const|PublicPort}/" ; Url to search service - ; SearchURL = "${Const|BaseURL}:8002"; + ; SearchURL = "${Const|BaseURL}:${Const|PublicPort}"; ; The minimum user level required for a user to be able to login. 0 by default ; If you disable a particular user's account then you can set their login level below this number. -- cgit v1.1