aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
authorDiva Canto2012-11-02 08:05:56 -0700
committerDiva Canto2012-11-02 08:05:56 -0700
commit7412795a0bedae060e9f2bce2fa12e0497916f6e (patch)
tree702fb8f246870cf3e335c9ce0519f6774daf1e0d /bin/Robust.HG.ini.example
parentChange to earlier commit for TargetVelocity to support distributed physics. (diff)
downloadopensim-SC_OLD-7412795a0bedae060e9f2bce2fa12e0497916f6e.zip
opensim-SC_OLD-7412795a0bedae060e9f2bce2fa12e0497916f6e.tar.gz
opensim-SC_OLD-7412795a0bedae060e9f2bce2fa12e0497916f6e.tar.bz2
opensim-SC_OLD-7412795a0bedae060e9f2bce2fa12e0497916f6e.tar.xz
HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST THESE.
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r--bin/Robust.HG.ini.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 82ef44d..4ecc6b0 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -485,8 +485,15 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
485; * 485; *
486[HGInventoryService] 486[HGInventoryService]
487 ; For the InventoryServiceInConnector 487 ; For the InventoryServiceInConnector
488 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService" 488 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
489 ;; alternatives:
490 ;; HG1.5, more permissive, not recommended, but still supported
491 ;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
492 ;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust
493 ;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
494
489 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 495 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
496 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
490 HomeURI = "http://127.0.0.1:8002" 497 HomeURI = "http://127.0.0.1:8002"
491 498
492; * The interface that local users get when they are in other grids. 499; * The interface that local users get when they are in other grids.