diff options
Diffstat (limited to 'bin/config-include/StandaloneHypergrid.ini')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index b14517d..75cdad9 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -10,13 +10,15 @@ | |||
10 | [Modules] | 10 | [Modules] |
11 | AssetServices = "HGAssetBroker" | 11 | AssetServices = "HGAssetBroker" |
12 | InventoryServices = "HGInventoryBroker" | 12 | InventoryServices = "HGInventoryBroker" |
13 | NeighbourServices = "LocalNeighbourServicesConnector" | 13 | NeighbourServices = "RemoteNeighbourServicesConnector" |
14 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 14 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
15 | GridServices = "HGGridServicesConnector" | 15 | GridServices = "HGGridServicesConnector" |
16 | InventoryServiceInConnector = true | 16 | InventoryServiceInConnector = true |
17 | AssetServiceInConnector = true | 17 | AssetServiceInConnector = true |
18 | HGAuthServiceInConnector = true | 18 | HGAuthServiceInConnector = true |
19 | HypergridServiceInConnector = true | 19 | HypergridServiceInConnector = true |
20 | NeighbourServiceInConnector = true | ||
21 | |||
20 | 22 | ||
21 | [AssetService] | 23 | [AssetService] |
22 | ; For the AssetServiceInConnector | 24 | ; For the AssetServiceInConnector |
@@ -42,6 +44,8 @@ | |||
42 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService" | 44 | LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:HGAuthenticationService" |
43 | 45 | ||
44 | [GridService] | 46 | [GridService] |
45 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 47 | ; for the HGGridServicesConnector to instantiate |
46 | GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServicesConnector" | 48 | GridServiceConnectorModule = "OpenSim.Region.CoreModules.dll:LocalGridServicesConnector" |
47 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" \ No newline at end of file | 49 | ; LocalGridServicesConnector needs this |
50 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | ||
51 | Realm = "regions" | ||