aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/Robust.HG.ini.example48
1 files changed, 48 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 3eecdd9..18094b7 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -104,6 +104,12 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
104 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" 104 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
105 ; (replace spaces with underscore) 105 ; (replace spaces with underscore)
106 106
107 ;; Allow Hyperlinks to be created at the console
108 HypergridLinker = true
109
110 Gatekeeper = "http://127.0.0.1:8002"
111
112
107; * This is the configuration for the freeswitch server in grid mode 113; * This is the configuration for the freeswitch server in grid mode
108[FreeswitchService] 114[FreeswitchService]
109 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" 115 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
@@ -390,6 +396,18 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
390 ;AllowedClients = "" 396 ;AllowedClients = ""
391 ;DeniedClients = "" 397 ;DeniedClients = ""
392 398
399 ;; Are foreign visitors allowed?
400 ;ForeignAgentsAllowed = true
401 ;;
402 ;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept.
403 ;; Leave blank or commented for no exceptions.
404 ; AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
405 ;;
406 ;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept
407 ;; Leave blank or commented for no exceptions.
408 ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
409
410
393[UserAgentService] 411[UserAgentService]
394 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" 412 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
395 ;; for the service 413 ;; for the service
@@ -410,6 +428,24 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
410 ; User level required to be contacted from other grids 428 ; User level required to be contacted from other grids
411 ;LevelOutsideContacts = 0 429 ;LevelOutsideContacts = 0
412 430
431 ;; Restrictions on destinations of local users.
432 ;; Are local users allowed to visit other grids?
433 ;; What user level? Use variables of this forrm:
434 ;; ForeignTripsAllowed_Level_<UserLevel> = true | false
435 ;; (the default is true)
436 ;; For example:
437 ; ForeignTripsAllowed_Level_0 = false
438 ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
439 ;;
440 ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
441 ;; Leave blank or commented for no exceptions.
442 ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
443 ;;
444 ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
445 ;; Leave blank or commented for no exceptions.
446 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
447
448
413; * The interface that local users get when they are in other grids. 449; * The interface that local users get when they are in other grids.
414; * This restricts the inventory operations while in other grids. 450; * This restricts the inventory operations while in other grids.
415; * Still not completely safe, especially if users perform inventory operations 451; * Still not completely safe, especially if users perform inventory operations
@@ -431,6 +467,18 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
431 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 467 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
432 HomeURI = "http://127.0.0.1:8002" 468 HomeURI = "http://127.0.0.1:8002"
433 469
470 ;; The asset types that this grid can export to / import from other grids.
471 ;; Comma separated.
472 ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
473 ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
474 ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
475 ;;
476 ;; Leave blank or commented if you don't want to apply any restrictions.
477 ;; A more strict, but still reasonable, policy may be to disallow the exchange
478 ;; of scripts, like so:
479 ; DisallowExport ="LSLText"
480 ; DisallowImport ="LSLBytecode"
481
434[HGFriendsService] 482[HGFriendsService]
435 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService" 483 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"
436 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 484 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"