diff options
author | Jonathan Freedman | 2010-10-05 14:17:18 -0400 |
---|---|---|
committer | Jonathan Freedman | 2010-10-05 14:17:18 -0400 |
commit | 8f1acb890ac49ea004bf43065ce8d3472bb27708 (patch) | |
tree | 07e4e5fc77f764232c958bdbf8f93f2651da1663 /bin/Robust.HG.ini.example | |
parent | Merge branch 'master' of git://opensimulator.org/git/opensim (diff) | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC-8f1acb890ac49ea004bf43065ce8d3472bb27708.zip opensim-SC-8f1acb890ac49ea004bf43065ce8d3472bb27708.tar.gz opensim-SC-8f1acb890ac49ea004bf43065ce8d3472bb27708.tar.bz2 opensim-SC-8f1acb890ac49ea004bf43065ce8d3472bb27708.tar.xz |
Merge branch 'master' of git://opensimulator.org/git/opensim
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index deceb86..b81642a 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -212,6 +212,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
212 | ; Does this grid allow incoming links to any region in it? | 212 | ; Does this grid allow incoming links to any region in it? |
213 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section | 213 | ; If false, HG TPs happen only to the Default regions specified in [GridService] section |
214 | AllowTeleportsToAnyRegion = true | 214 | AllowTeleportsToAnyRegion = true |
215 | |||
216 | ; If you run this gatekeeper server behind a proxy, set this to true | ||
217 | ; HasProxy = true | ||
218 | |||
215 | 219 | ||
216 | [UserAgentService] | 220 | [UserAgentService] |
217 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" | 221 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" |
@@ -220,6 +224,9 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
220 | GridService = "OpenSim.Services.GridService.dll:GridService" | 224 | GridService = "OpenSim.Services.GridService.dll:GridService" |
221 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 225 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
222 | 226 | ||
227 | ; If you run this user agent server behind a proxy, set this to true | ||
228 | ; HasProxy = true | ||
229 | |||
223 | ;; If you separate the UserAgentService from the LoginService, set this to | 230 | ;; If you separate the UserAgentService from the LoginService, set this to |
224 | ;; the IP address of the machine where your LoginService is | 231 | ;; the IP address of the machine where your LoginService is |
225 | ;LoginServerIP = "127.0.0.1" | 232 | ;LoginServerIP = "127.0.0.1" |