diff options
author | BlueWall | 2014-11-30 15:09:13 -0500 |
---|---|---|
committer | BlueWall | 2014-11-30 15:09:13 -0500 |
commit | 981fff95cd2972cd534aab6b62e8dfdb36b6b0de (patch) | |
tree | 1d1c882f5f15c2fc744d40e11e591af716b049fc | |
parent | A little bit of cleanup behind commit r5f88ceab2269 (diff) | |
download | opensim-SC_OLD-981fff95cd2972cd534aab6b62e8dfdb36b6b0de.zip opensim-SC_OLD-981fff95cd2972cd534aab6b62e8dfdb36b6b0de.tar.gz opensim-SC_OLD-981fff95cd2972cd534aab6b62e8dfdb36b6b0de.tar.bz2 opensim-SC_OLD-981fff95cd2972cd534aab6b62e8dfdb36b6b0de.tar.xz |
A little more cleaning of config files.
-rw-r--r-- | bin/Robust.HG.ini.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index b95e115..9a6371b 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -165,14 +165,14 @@ | |||
165 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | 165 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} |
166 | ;; This is the address of the external robust server that | 166 | ;; This is the address of the external robust server that |
167 | ;; runs the UserAgentsService, possibly this server. | 167 | ;; runs the UserAgentsService, possibly this server. |
168 | ;; For example http://myworld.com:${Const|PublicPort} | 168 | ;; For example http://myworld.com:8002 |
169 | ;; This is a default that can be overwritten in some sections. | 169 | ;; This is a default that can be overwritten in some sections. |
170 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | 170 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
171 | 171 | ||
172 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | 172 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} |
173 | ;; This is the address of the external robust server | 173 | ;; This is the address of the external robust server |
174 | ;; that runs the Gatekeeper service, possibly this server. | 174 | ;; that runs the Gatekeeper service, possibly this server. |
175 | ;; For example http://myworld.com:${Const|PublicPort} | 175 | ;; For example http://myworld.com:8002 |
176 | ;; This is a default that can be overwritten in some sections. | 176 | ;; This is a default that can be overwritten in some sections. |
177 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | 177 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
178 | 178 | ||
@@ -259,7 +259,7 @@ | |||
259 | ExportSupported = true | 259 | ExportSupported = true |
260 | 260 | ||
261 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 261 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
262 | ; GatekeeperURI = "http://${Const|BaseURL}:${Const|PublicPort}" | 262 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" |
263 | 263 | ||
264 | 264 | ||
265 | ; * This is the configuration for the freeswitch server in grid mode | 265 | ; * This is the configuration for the freeswitch server in grid mode |