diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 489810e..fc81ef0 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -45,6 +45,7 @@ InventoryInConnector = "8003/OpenSim.Server.Handlers.dll:XInventoryInConnector" | |||
45 | ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" | 45 | ;VoiceConnector = "8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector" |
46 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" | 46 | GridServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridServiceConnector" |
47 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" | 47 | GridInfoServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" |
48 | GridExtraFeaturesServerInConnector = "8002/OpenSim.Server.Handlers.dll:GridExtraFeaturesServerInConnector" | ||
48 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" | 49 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" |
49 | OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector" | 50 | OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector" |
50 | AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector" | 51 | AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector" |
@@ -484,6 +485,29 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
484 | ; this is the entry point for all user-related HG services | 485 | ; this is the entry point for all user-related HG services |
485 | ; uas = http://127.0.0.1:8002/ | 486 | ; uas = http://127.0.0.1:8002/ |
486 | 487 | ||
488 | |||
489 | [GridExtraFeatures] | ||
490 | ; These are propagated out to the regions as default settings for the | ||
491 | ; SimulatorFeatures to be sent to user's viewer when they teleport via | ||
492 | ; Hypergrid into this grid. | ||
493 | ; | ||
494 | |||
495 | ; Allow regions to override our defaults. | ||
496 | ;AllowRegionOverride = true | ||
497 | |||
498 | ; Search Server URI | ||
499 | ;SearchServerURI = "http://example.com:8200/" | ||
500 | |||
501 | ; Map Server URI | ||
502 | ;MapImageServerURI = "http://example.com:8200/" | ||
503 | |||
504 | ; Grid Destination Guide URI | ||
505 | ;DestinationGuideURI = "http://example.com:8200/" | ||
506 | |||
507 | ; Grid Allow Export | ||
508 | ;ExportSupported = true | ||
509 | |||
510 | |||
487 | [GatekeeperService] | 511 | [GatekeeperService] |
488 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 512 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
489 | ;; for the service | 513 | ;; for the service |