diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 40 |
1 files changed, 7 insertions, 33 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 2319117..fb6531e 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -45,7 +45,6 @@ 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" | ||
49 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" | 48 | AuthenticationServiceConnector = "8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector" |
50 | OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector" | 49 | OpenIdServerConnector = "8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector" |
51 | AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector" | 50 | AvatarServiceConnector = "8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector" |
@@ -217,6 +216,10 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
217 | ;; Allow Hyperlinks to be created at the console | 216 | ;; Allow Hyperlinks to be created at the console |
218 | HypergridLinker = true | 217 | HypergridLinker = true |
219 | 218 | ||
219 | ;; Allow supporting viewers to export content | ||
220 | ;; Set to false to prevent export | ||
221 | ExportSupported = true | ||
222 | |||
220 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 223 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
221 | ; GatekeeperURI = "http://127.0.0.1:8002" | 224 | ; GatekeeperURI = "http://127.0.0.1:8002" |
222 | 225 | ||
@@ -366,6 +369,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
366 | ; For V2 map | 369 | ; For V2 map |
367 | MapTileURL = "http://127.0.0.1:8002"; | 370 | MapTileURL = "http://127.0.0.1:8002"; |
368 | 371 | ||
372 | ; Url to search service | ||
373 | ; SearchURL = "http://127.0.0.1:8002"; | ||
374 | |||
369 | ; For V2/3 Web Profiles | 375 | ; For V2/3 Web Profiles |
370 | ; Work in progress: The ProfileServerURL/OpenIDServerURL are | 376 | ; Work in progress: The ProfileServerURL/OpenIDServerURL are |
371 | ; being used in a development viewer as support for webprofiles | 377 | ; being used in a development viewer as support for webprofiles |
@@ -485,38 +491,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
485 | ; this is the entry point for all user-related HG services | 491 | ; this is the entry point for all user-related HG services |
486 | ; uas = http://127.0.0.1:8002/ | 492 | ; uas = http://127.0.0.1:8002/ |
487 | 493 | ||
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 | ; Chat Whisper Distance | ||
508 | ;WhisperDistance = 10 | ||
509 | |||
510 | ; Chat Say Distance | ||
511 | ;SayDistance = 20 | ||
512 | |||
513 | ; Chat Shout Distance | ||
514 | ;ShoutDistance = 100 | ||
515 | |||
516 | ; Grid Allow Export | ||
517 | ;ExportSupported = true | ||
518 | |||
519 | |||
520 | [GatekeeperService] | 494 | [GatekeeperService] |
521 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 495 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
522 | ;; for the service | 496 | ;; for the service |