diff options
author | BlueWall | 2014-11-30 14:57:47 -0500 |
---|---|---|
committer | BlueWall | 2014-11-30 14:57:47 -0500 |
commit | d0f96444173d7650aa0b6b0be1eb8f2943fa58e8 (patch) | |
tree | 763804097f9c5a699c74398ef489526309edb2fe /bin/config-include/GridCommon.ini.example | |
parent | Set configuration files to use key expansion for widely used common settings. (diff) | |
download | opensim-SC_OLD-d0f96444173d7650aa0b6b0be1eb8f2943fa58e8.zip opensim-SC_OLD-d0f96444173d7650aa0b6b0be1eb8f2943fa58e8.tar.gz opensim-SC_OLD-d0f96444173d7650aa0b6b0be1eb8f2943fa58e8.tar.bz2 opensim-SC_OLD-d0f96444173d7650aa0b6b0be1eb8f2943fa58e8.tar.xz |
A little bit of cleanup behind commit r5f88ceab2269
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 2c3df8d..903641e 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -40,7 +40,7 @@ | |||
40 | ;; If this is a standalone world, this is the address of this instance. | 40 | ;; If this is a standalone world, this is the address of this instance. |
41 | ;; If this is a grided simulator, this is the address of the external robust server that | 41 | ;; If this is a grided simulator, this is the address of the external robust server that |
42 | ;; runs the UserAgentsService. | 42 | ;; runs the UserAgentsService. |
43 | ;; For example http://myworld.com:9000 or http://myworld.com:${Const|PublicPort} | 43 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 |
44 | ;; This is a default that can be overwritten in some sections. | 44 | ;; This is a default that can be overwritten in some sections. |
45 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 45 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
46 | 46 | ||
@@ -48,7 +48,7 @@ | |||
48 | ;; If this is a standalone world, this is the address of this instance. | 48 | ;; If this is a standalone world, this is the address of this instance. |
49 | ;; If this is a grided simulator, this is the address of the external robust server | 49 | ;; If this is a grided simulator, this is the address of the external robust server |
50 | ;; that runs the Gatekeeper service. | 50 | ;; that runs the Gatekeeper service. |
51 | ;; For example http://myworld.com:9000 or http://myworld.com:${Const|PublicPort} | 51 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 |
52 | ;; This is a default that can be overwritten in some sections. | 52 | ;; This is a default that can be overwritten in some sections. |
53 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 53 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
54 | 54 | ||