aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorDiva Canto2010-01-01 21:12:46 -0800
committerDiva Canto2010-01-01 21:12:46 -0800
commit8a9677a5319793ff630d0761e204ae8961f375aa (patch)
tree0b92d2c9258383df59866945ebad7ba8479563d0 /bin/config-include
parentForgotten modules in prior commit. (diff)
downloadopensim-SC_OLD-8a9677a5319793ff630d0761e204ae8961f375aa.zip
opensim-SC_OLD-8a9677a5319793ff630d0761e204ae8961f375aa.tar.gz
opensim-SC_OLD-8a9677a5319793ff630d0761e204ae8961f375aa.tar.bz2
opensim-SC_OLD-8a9677a5319793ff630d0761e204ae8961f375aa.tar.xz
The Library Service is now working. UserProfileCacheService.LibraryRoot is obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 96c25e6..d89029f 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -43,6 +43,11 @@
43 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService" 43 LocalGridInventoryService = "OpenSim.Services.InventoryService.dll:InventoryService"
44 HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" 44 HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector"
45 45
46[LibraryService]
47 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
48 LibraryName = "OpenSim Library"
49 DefaultLibrary = "./inventory/Libraries.xml"
50
46[AuthorizationService] 51[AuthorizationService]
47 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService" 52 LocalServiceModule = "OpenSim.Services.AuthorizationService.dll:AuthorizationService"
48 53