aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/Standalone.ini
diff options
context:
space:
mode:
authorDiva Canto2010-02-14 16:57:02 -0800
committerDiva Canto2010-02-14 16:57:02 -0800
commitdc197856727c06b0b06488ab839409831af84865 (patch)
tree52db90cc6ae1ad2abcb6103fca0129a69bea4716 /bin/config-include/Standalone.ini
parentImplement the methods needed for the login service to populate the friendslist (diff)
downloadopensim-SC_OLD-dc197856727c06b0b06488ab839409831af84865.zip
opensim-SC_OLD-dc197856727c06b0b06488ab839409831af84865.tar.gz
opensim-SC_OLD-dc197856727c06b0b06488ab839409831af84865.tar.bz2
opensim-SC_OLD-dc197856727c06b0b06488ab839409831af84865.tar.xz
Added UserAccount, Avatar and Authentication to Data.Null, so that OpenSim can run out-of-the-box. #WaitingForSQLite
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r--bin/config-include/Standalone.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index 0c74ea4..bd90df4 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -35,10 +35,15 @@
35 35
36[AvatarService] 36[AvatarService]
37 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" 37 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
38 StorageProvider = "OpenSim.Data.Null.dll"
38 39
39[AuthorizationService] 40[AuthorizationService]
40 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" 41 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
41 42
43[AuthenticationService]
44 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
45 StorageProvider = "OpenSim.Data.Null.dll"
46
42[GridService] 47[GridService]
43 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 48 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
44 Realm = "regions" 49 Realm = "regions"
@@ -50,6 +55,7 @@
50 55
51[UserAccountService] 56[UserAccountService]
52 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 57 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
58 StorageProvider = "OpenSim.Data.Null.dll"
53 ;; These are for creating new accounts 59 ;; These are for creating new accounts
54 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 60 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
55 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 61 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"