diff options
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 486f22e..324c258 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -20,6 +20,7 @@ | |||
20 | AvatarServices = "LocalAvatarServicesConnector" | 20 | AvatarServices = "LocalAvatarServicesConnector" |
21 | EntityTransferModule = "HGEntityTransferModule" | 21 | EntityTransferModule = "HGEntityTransferModule" |
22 | InventoryAccessModule = "HGInventoryAccessModule" | 22 | InventoryAccessModule = "HGInventoryAccessModule" |
23 | FriendsModule = "HGFriendsModule" | ||
23 | 24 | ||
24 | InventoryServiceInConnector = true | 25 | InventoryServiceInConnector = true |
25 | AssetServiceInConnector = true | 26 | AssetServiceInConnector = true |
@@ -140,6 +141,10 @@ | |||
140 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" | 141 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" |
141 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 142 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
142 | 143 | ||
144 | [HGFriendsService] | ||
145 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService" | ||
146 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
147 | |||
143 | ;; This should always be the very last thing on this file | 148 | ;; This should always be the very last thing on this file |
144 | [Includes] | 149 | [Includes] |
145 | Include-Common = "config-include/StandaloneCommon.ini" | 150 | Include-Common = "config-include/StandaloneCommon.ini" |