diff options
author | Justin Clark-Casey (justincc) | 2010-03-12 20:29:17 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-12 20:29:17 +0000 |
commit | aad17e751383069b799c6a78a3ac4e0ca1020a4d (patch) | |
tree | 80b18150e5e91711cb25cf1dc64b1d1a6bcb6182 /bin/config-include/Standalone.ini | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-aad17e751383069b799c6a78a3ac4e0ca1020a4d.zip opensim-SC-aad17e751383069b799c6a78a3ac4e0ca1020a4d.tar.gz opensim-SC-aad17e751383069b799c6a78a3ac4e0ca1020a4d.tar.bz2 opensim-SC-aad17e751383069b799c6a78a3ac4e0ca1020a4d.tar.xz |
Simplify database setup and remove migration problems by moving all sqlite config-include settings to a separate file for standalone
Update information in StandaloneCommon.ini.example to reflect this
Remove ISharedRegionModule interfaces from all SimianGrid connector classes temporarily since this stopped standalone from working (due to absence of AssetURI settings, etc.).
Solution here may be to create separate region module connectors as done by local/grid/hypergrid so that loading can be controlled via include files
Or otherwise work out how to stop these modules from being loaded for all OpenSim invocations
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 3011370..54e11af 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -32,14 +32,12 @@ | |||
32 | 32 | ||
33 | [AvatarService] | 33 | [AvatarService] |
34 | LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" | 34 | LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" |
35 | ConnectionString = "URI=file:avatars.db,version=3" | ||
36 | 35 | ||
37 | [AuthorizationService] | 36 | [AuthorizationService] |
38 | LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" | 37 | LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" |
39 | 38 | ||
40 | [AuthenticationService] | 39 | [AuthenticationService] |
41 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 40 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
42 | ConnectionString = "URI=file:auth.db,version=3" | ||
43 | 41 | ||
44 | [GridService] | 42 | [GridService] |
45 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 43 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
@@ -52,7 +50,6 @@ | |||
52 | 50 | ||
53 | [UserAccountService] | 51 | [UserAccountService] |
54 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 52 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
55 | ConnectionString = "URI=file:userprofiles.db,version=3" | ||
56 | 53 | ||
57 | ;; These are for creating new accounts | 54 | ;; These are for creating new accounts |
58 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 55 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
@@ -62,7 +59,6 @@ | |||
62 | 59 | ||
63 | [FriendsService] | 60 | [FriendsService] |
64 | LocalServiceModule = "OpenSim.Services.FriendsService.dll" | 61 | LocalServiceModule = "OpenSim.Services.FriendsService.dll" |
65 | ConnectionString = "URI=file:friends.db,version=3" | ||
66 | 62 | ||
67 | [Friends] | 63 | [Friends] |
68 | Connector = "OpenSim.Services.FriendsService.dll" | 64 | Connector = "OpenSim.Services.FriendsService.dll" |