diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 020815e..f249dd2 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -53,6 +53,8 @@ MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnecto | |||
53 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" | 53 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" |
54 | ;; Uncomment this if you want offline IM to work | 54 | ;; Uncomment this if you want offline IM to work |
55 | ;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" | 55 | ;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" |
56 | ;; Uncomment this if you want Groups V2 to work | ||
57 | ;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector" | ||
56 | 58 | ||
57 | ;; Additions for Hypergrid | 59 | ;; Additions for Hypergrid |
58 | 60 | ||
@@ -63,6 +65,8 @@ HGFriendsServerConnector = "8002/OpenSim.Server.Handlers.dll:HGFriendsServerConn | |||
63 | InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector" | 65 | InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector" |
64 | HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" | 66 | HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" |
65 | HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 67 | HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
68 | ;; Uncomment this if you want Groups V2, HG to work | ||
69 | ;HGGroupsServiceConnector = "8002/Diva.Groups.dll:HGGroupsServiceRobustConnector" | ||
66 | 70 | ||
67 | ;; Additions for other add-on modules. For example: | 71 | ;; Additions for other add-on modules. For example: |
68 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" | 72 | ;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" |
@@ -550,3 +554,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
550 | ; OfflineIM | 554 | ; OfflineIM |
551 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | 555 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" |
552 | 556 | ||
557 | [Groups] | ||
558 | ;; for the HG Groups service | ||
559 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | ||
560 | ; What is the HomeURI of users associated with this grid? | ||
561 | HomeURI = "http://127.0.0.1:8002" | ||
562 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||