aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authorDiva Canto2010-02-21 09:09:35 -0800
committerDiva Canto2010-02-21 09:09:35 -0800
commit552e9e8c7832f41f5a53666d9c3ece62f57be4ba (patch)
tree7fc71278cd0352f149d39910ea278a3b3f9d2465 /bin/config-include/StandaloneHypergrid.ini
parentSQLite connector for UserAccounts and Auth works. Yey! (diff)
downloadopensim-SC_OLD-552e9e8c7832f41f5a53666d9c3ece62f57be4ba.zip
opensim-SC_OLD-552e9e8c7832f41f5a53666d9c3ece62f57be4ba.tar.gz
opensim-SC_OLD-552e9e8c7832f41f5a53666d9c3ece62f57be4ba.tar.bz2
opensim-SC_OLD-552e9e8c7832f41f5a53666d9c3ece62f57be4ba.tar.xz
* Added SQlite connector for AvatarData. Tested -- works.
* Small bug fix in debug message * Set default standalone configs to use SQLite across the board
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 9ad6d1c..04a2356 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -42,7 +42,7 @@
42 42
43[AvatarService] 43[AvatarService]
44 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" 44 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
45 StorageProvider = "OpenSim.Data.Null.dll" 45 ConnectionString = "URI=file:avatars.db,version=3"
46 46
47[LibraryService] 47[LibraryService]
48 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" 48 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
@@ -54,7 +54,7 @@
54 54
55[AuthenticationService] 55[AuthenticationService]
56 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 56 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
57 StorageProvider = "OpenSim.Data.Null.dll" 57 ConnectionString = "URI=file:auth.db,version=3"
58 58
59[GridService] 59[GridService]
60 ; LocalGridServicesConnector needs this 60 ; LocalGridServicesConnector needs this
@@ -70,7 +70,7 @@
70 70
71[UserAccountService] 71[UserAccountService]
72 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 72 LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
73 StorageProvider = "OpenSim.Data.Null.dll" 73 ConnectionString = "URI=file:userprofiles.db,version=3"
74 ;; These are for creating new accounts by the service 74 ;; These are for creating new accounts by the service
75 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 75 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
76 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 76 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"