aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneHypergrid.ini
diff options
context:
space:
mode:
authorDiva Canto2009-09-26 10:08:59 -0700
committerDiva Canto2009-09-26 10:08:59 -0700
commitae222140ca6984750f53716088b6df165d8a35e5 (patch)
tree6941c40f1680ae9b7d0fc7fba90588b9e33e86ea /bin/config-include/StandaloneHypergrid.ini
parentFixed MapBlocks bug, wrong order of arguments. First version that seems compl... (diff)
downloadopensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.zip
opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.gz
opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.bz2
opensim-SC_OLD-ae222140ca6984750f53716088b6df165d8a35e5.tar.xz
Finished spec-ing the .inis for the new grid service modules.
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneHypergrid.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index b14517d..793f4d5 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -42,6 +42,8 @@
42 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService" 42 LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService"
43 43
44[GridService] 44[GridService]
45 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 45 ; for the HGGridServicesConnector to instantiate
46 GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServicesConnector" 46 GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServicesConnector"
47 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" \ No newline at end of file 47 ; LocalGridServicesConnector needs this
48 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
49 Realm = "regions"