aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 2fd9f11..be75407 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -279,6 +279,13 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
279 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 279 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
280 ; Set this if you want to change the default 280 ; Set this if you want to change the default
281 ; TilesStoragePath = "maptiles" 281 ; TilesStoragePath = "maptiles"
282 ;
283 ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002),
284 ; you may want to set this. Otherwise, don't set it, because it's already protected.
285 ; GridService = "OpenSim.Services.GridService.dll:GridService"
286 ;
287 ; Additionally, if you run this server behind a proxy, set this to true
288 ; HasProxy = false
282 289
283[GridInfoService] 290[GridInfoService]
284 ; These settings are used to return information on a get_grid_info call. 291 ; These settings are used to return information on a get_grid_info call.
@@ -318,6 +325,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
318 325
319 ; password help: optional: page providing password assistance for users of your grid 326 ; password help: optional: page providing password assistance for users of your grid
320 ;password = http://127.0.0.1/password 327 ;password = http://127.0.0.1/password
328
329 ; HG address of the gatekeeper, if you have one
330 ; this is the entry point for all the regions of the world
331 ; gatekeeper = http://127.0.0.1:8002/
332
333 ; HG user domain, if you have one
334 ; this is the entry point for all user-related HG services
335 ; uas = http://127.0.0.1:8002/
321 336
322[GatekeeperService] 337[GatekeeperService]
323 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" 338 LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"