aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authorDiva Canto2010-05-16 08:10:57 -0700
committerDiva Canto2010-05-16 08:10:57 -0700
commit49f4becdae9faf4afbf03c4e464237e323de496d (patch)
tree500cb98add91a2657f2411585e3f0c55acb45005 /bin/config-include/StandaloneHypergrid.ini
parentMerge branch 'master' of ssh://MyConnection/var/git/opensim (diff)
downloadopensim-SC_OLD-49f4becdae9faf4afbf03c4e464237e323de496d.zip
opensim-SC_OLD-49f4becdae9faf4afbf03c4e464237e323de496d.tar.gz
opensim-SC_OLD-49f4becdae9faf4afbf03c4e464237e323de496d.tar.bz2
opensim-SC_OLD-49f4becdae9faf4afbf03c4e464237e323de496d.tar.xz
* Fixed configs in StandaloneHypergrid.ini, it still had the SQLite connection strings.
* Added a comment in LLLoginService.cs, for future reference
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 32b240b..52e30e2 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -42,7 +42,6 @@
42 42
43[AvatarService] 43[AvatarService]
44 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService" 44 LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
45 ConnectionString = "URI=file:avatars.db,version=3"
46 45
47[LibraryService] 46[LibraryService]
48 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" 47 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
@@ -54,7 +53,6 @@
54 53
55[AuthenticationService] 54[AuthenticationService]
56 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 55 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
57 ConnectionString = "URI=file:auth.db,version=3"
58 56
59[GridService] 57[GridService]
60 ; LocalGridServicesConnector needs this 58 ; LocalGridServicesConnector needs this
@@ -82,7 +80,6 @@
82 80
83[FriendsService] 81[FriendsService]
84 LocalServiceModule = "OpenSim.Services.FriendsService.dll" 82 LocalServiceModule = "OpenSim.Services.FriendsService.dll"
85 ConnectionString = "URI=file:friends.db,version=3"
86 83
87[Friends] 84[Friends]
88 Connector = "OpenSim.Services.FriendsService.dll" 85 Connector = "OpenSim.Services.FriendsService.dll"