diff options
author | Diva Canto | 2012-04-07 14:38:32 -0700 |
---|---|---|
committer | Diva Canto | 2012-04-07 14:38:32 -0700 |
commit | 7c534e558ddedc66be21efa72bfa9aa7087e6f8c (patch) | |
tree | 25591d0aa1c74adeb484372465a783bff9f5cb53 /bin/Robust.HG.ini.example | |
parent | Better Suitcase Inventory Service. (diff) | |
download | opensim-SC_OLD-7c534e558ddedc66be21efa72bfa9aa7087e6f8c.zip opensim-SC_OLD-7c534e558ddedc66be21efa72bfa9aa7087e6f8c.tar.gz opensim-SC_OLD-7c534e558ddedc66be21efa72bfa9aa7087e6f8c.tar.bz2 opensim-SC_OLD-7c534e558ddedc66be21efa72bfa9aa7087e6f8c.tar.xz |
Added gatekeeper and uas addresses to grid info, so that viewers can take advantage of that info.
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 2fd9f11..0eb8291 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -318,6 +318,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
318 | 318 | ||
319 | ; password help: optional: page providing password assistance for users of your grid | 319 | ; password help: optional: page providing password assistance for users of your grid |
320 | ;password = http://127.0.0.1/password | 320 | ;password = http://127.0.0.1/password |
321 | |||
322 | ; HG address of the gatekeeper, if you have one | ||
323 | ; this is the entry point for all the regions of the world | ||
324 | ; gatekeeper = http://127.0.0.1:8002/ | ||
325 | |||
326 | ; HG user domain, if you have one | ||
327 | ; this is the entry point for all user-related HG services | ||
328 | ; uas = http://127.0.0.1:8002/ | ||
321 | 329 | ||
322 | [GatekeeperService] | 330 | [GatekeeperService] |
323 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 331 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |