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 | |
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.
-rw-r--r-- | bin/Robust.HG.ini.example | 8 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 8 |
2 files changed, 16 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" |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 8d9842c..4f4f400 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -231,6 +231,14 @@ | |||
231 | ; currently unused | 231 | ; currently unused |
232 | ;password = http://127.0.0.1/password | 232 | ;password = http://127.0.0.1/password |
233 | 233 | ||
234 | ; HG address of the gatekeeper, if you have one | ||
235 | ; this is the entry point for all the regions of the world | ||
236 | ; gatekeeper = http://127.0.0.1:9000/ | ||
237 | |||
238 | ; HG user domain, if you have one | ||
239 | ; this is the entry point for all user-related HG services | ||
240 | ; uas = http://127.0.0.1:9000/ | ||
241 | |||
234 | [MapImageService] | 242 | [MapImageService] |
235 | ; Set this if you want to change the default | 243 | ; Set this if you want to change the default |
236 | ; TilesStoragePath = "maptiles" | 244 | ; TilesStoragePath = "maptiles" |