diff options
author | Melanie | 2009-09-28 23:03:47 +0100 |
---|---|---|
committer | Melanie | 2009-09-28 23:03:47 +0100 |
commit | 07091493134341a316624d9a1f6a2ef1cfa2f2d8 (patch) | |
tree | 1d394e128be9766656a441058b2bdf141ba90269 /bin/config-include/GridHypergrid.ini | |
parent | Allow the notation config_name@port/dll_name:class_name as a handler spec (diff) | |
parent | Forgot a return statement. (diff) | |
download | opensim-SC_OLD-07091493134341a316624d9a1f6a2ef1cfa2f2d8.zip opensim-SC_OLD-07091493134341a316624d9a1f6a2ef1cfa2f2d8.tar.gz opensim-SC_OLD-07091493134341a316624d9a1f6a2ef1cfa2f2d8.tar.bz2 opensim-SC_OLD-07091493134341a316624d9a1f6a2ef1cfa2f2d8.tar.xz |
Merge branch 'grid-service-redux'
Diffstat (limited to 'bin/config-include/GridHypergrid.ini')
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 8b65ab8..1bfcf89 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -11,9 +11,10 @@ | |||
11 | AssetServices = "HGAssetBroker" | 11 | AssetServices = "HGAssetBroker" |
12 | InventoryServices = "HGInventoryBroker" | 12 | InventoryServices = "HGInventoryBroker" |
13 | NeighbourServices = "RemoteNeighbourServicesConnector" | 13 | NeighbourServices = "RemoteNeighbourServicesConnector" |
14 | GridServices = "HGGridServicesConnector" | ||
14 | NeighbourServiceInConnector = true | 15 | NeighbourServiceInConnector = true |
15 | LandServiceInConnector = true | 16 | LandServiceInConnector = true |
16 | 17 | HypergridServiceInConnector = true | |
17 | 18 | ||
18 | [AssetService] | 19 | [AssetService] |
19 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" | 20 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" |
@@ -22,3 +23,11 @@ | |||
22 | [InventoryService] | 23 | [InventoryService] |
23 | LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteInventoryServicesConnector" | 24 | LocalGridInventoryService = "OpenSim.Region.CoreModules.dll:RemoteInventoryServicesConnector" |
24 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" | 25 | HypergridInventoryService = "OpenSim.Services.Connectors.dll:HGInventoryServiceConnector" |
26 | |||
27 | [GridService] | ||
28 | ; for the HGGridServicesConnector to instantiate | ||
29 | GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:RemoteGridServicesConnector" | ||
30 | ; RemoteGridServicesConnector instantiates a LocalGridServicesConnector, | ||
31 | ; which in turn uses this | ||
32 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
33 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | ||