aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index ac514ba..6a9c3bf 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -14,6 +14,7 @@
14 AssetServices = "HGAssetBroker" 14 AssetServices = "HGAssetBroker"
15 InventoryServices = "HGInventoryBroker" 15 InventoryServices = "HGInventoryBroker"
16 NeighbourServices = "RemoteNeighbourServicesConnector" 16 NeighbourServices = "RemoteNeighbourServicesConnector"
17 AuthenticationServices = "LocalAuthenticationServicesConnector"
17 AuthorizationServices = "LocalAuthorizationServicesConnector" 18 AuthorizationServices = "LocalAuthorizationServicesConnector"
18 GridServices = "HGGridServicesConnector" 19 GridServices = "HGGridServicesConnector"
19 PresenceServices = "LocalPresenceServicesConnector" 20 PresenceServices = "LocalPresenceServicesConnector"
@@ -46,8 +47,7 @@
46 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" 47 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
47 48
48[AuthenticationService] 49[AuthenticationService]
49 ; For the HGAuthServiceInConnector 50 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
50 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
51 51
52[GridService] 52[GridService]
53 ; for the HGGridServicesConnector to instantiate 53 ; for the HGGridServicesConnector to instantiate
@@ -68,4 +68,5 @@
68 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 68 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
69 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 69 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
70 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 70 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
71 GridService = "OpenSim.Services.GridService.dll:GridService"
71 72