aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 5e54cde..feca115 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -67,7 +67,11 @@
67 67
68[UserAccountService] 68[UserAccountService]
69 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 69 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
70 70 ;; These are for creating new accounts
71 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
72 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
73 GridService = "OpenSim.Services.GridService.dll:GridService"
74
71[LoginService] 75[LoginService]
72 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" 76 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
73 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 77 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"