aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 7b1d43d..ac514ba 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -24,6 +24,7 @@
24 HypergridServiceInConnector = true 24 HypergridServiceInConnector = true
25 NeighbourServiceInConnector = true 25 NeighbourServiceInConnector = true
26 LibraryModule = true 26 LibraryModule = true
27 LLLoginServiceInConnector = true
27 28
28[AssetService] 29[AssetService]
29 ; For the AssetServiceInConnector 30 ; For the AssetServiceInConnector
@@ -62,7 +63,7 @@
62 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 63 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
63 64
64[LoginService] 65[LoginService]
65 LocalServiceModule = "OpenSim.Services.LLoginService.dll:LLLoginService" 66 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
66 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 67 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
67 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 68 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
68 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 69 InventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"