diff options
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 195e780..3abf49b 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -19,11 +19,13 @@ | |||
19 | GridUserServices = "LocalGridUserServicesConnector" | 19 | GridUserServices = "LocalGridUserServicesConnector" |
20 | SimulationServices = "RemoteSimulationConnectorModule" | 20 | SimulationServices = "RemoteSimulationConnectorModule" |
21 | AvatarServices = "LocalAvatarServicesConnector" | 21 | AvatarServices = "LocalAvatarServicesConnector" |
22 | UserProfilesServices = "LocalUserProfilesServicesConnector" | ||
22 | MapImageService = "MapImageServiceModule" | 23 | MapImageService = "MapImageServiceModule" |
23 | EntityTransferModule = "HGEntityTransferModule" | 24 | EntityTransferModule = "HGEntityTransferModule" |
24 | InventoryAccessModule = "HGInventoryAccessModule" | 25 | InventoryAccessModule = "HGInventoryAccessModule" |
25 | FriendsModule = "HGFriendsModule" | 26 | FriendsModule = "HGFriendsModule" |
26 | UserManagementModule = "HGUserManagementModule" | 27 | UserManagementModule = "HGUserManagementModule" |
28 | SearchModule = "BasicSearchModule" | ||
27 | 29 | ||
28 | InventoryServiceInConnector = true | 30 | InventoryServiceInConnector = true |
29 | AssetServiceInConnector = true | 31 | AssetServiceInConnector = true |
@@ -55,8 +57,6 @@ | |||
55 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" | 57 | HypergridAssetService = "OpenSim.Services.Connectors.dll:HGAssetServiceConnector" |
56 | 58 | ||
57 | [InventoryService] | 59 | [InventoryService] |
58 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" | ||
59 | |||
60 | ; For HGInventoryBroker | 60 | ; For HGInventoryBroker |
61 | LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 61 | LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
62 | 62 | ||
@@ -147,6 +147,9 @@ | |||
147 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | 147 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" |
148 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 148 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
149 | 149 | ||
150 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 to show a default "Ruth" avatar rather than a cloud. | ||
151 | CreateDefaultAvatarEntries = true | ||
152 | |||
150 | 153 | ||
151 | ;; The interface that local users get when they are in other grids | 154 | ;; The interface that local users get when they are in other grids |
152 | ;; This greatly restricts the inventory operations while in other grids | 155 | ;; This greatly restricts the inventory operations while in other grids |
@@ -183,7 +186,6 @@ | |||
183 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 186 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
184 | InGatekeeper = True | 187 | InGatekeeper = True |
185 | 188 | ||
186 | |||
187 | ;; This should always be the very last thing on this file | 189 | ;; This should always be the very last thing on this file |
188 | [Includes] | 190 | [Includes] |
189 | Include-Common = "config-include/StandaloneCommon.ini" | 191 | Include-Common = "config-include/StandaloneCommon.ini" |