diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/Grid.ini | 2 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 3 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 3 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 68326b8..f9ded41 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -10,4 +10,6 @@ | |||
10 | [Modules] | 10 | [Modules] |
11 | AssetServices = "RemoteAssetServicesConnector" | 11 | AssetServices = "RemoteAssetServicesConnector" |
12 | InventoryServices = "RemoteInventoryServicesConnector" | 12 | InventoryServices = "RemoteInventoryServicesConnector" |
13 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
14 | NeighbourServiceInConnector = true | ||
13 | 15 | ||
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 30d520e..fa3c4ed 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -10,6 +10,9 @@ | |||
10 | [Modules] | 10 | [Modules] |
11 | AssetServices = "HGAssetBroker" | 11 | AssetServices = "HGAssetBroker" |
12 | InventoryServices = "HGInventoryBroker" | 12 | InventoryServices = "HGInventoryBroker" |
13 | NeighbourServices = "RemoteNeighbourServicesConnector" | ||
14 | NeighbourServiceInConnector = true | ||
15 | |||
13 | 16 | ||
14 | [AssetService] | 17 | [AssetService] |
15 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" | 18 | LocalGridAssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector" |
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index a0cd098..c187358 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -6,12 +6,11 @@ | |||
6 | 6 | ||
7 | [Includes] | 7 | [Includes] |
8 | Include-Common = "config-include/StandaloneCommon.ini" | 8 | Include-Common = "config-include/StandaloneCommon.ini" |
9 | Include-Stable = "config-include/StableSettings.ini" | ||
10 | 9 | ||
11 | [Modules] | 10 | [Modules] |
12 | AssetServices = "LocalAssetServicesConnector" | 11 | AssetServices = "LocalAssetServicesConnector" |
13 | InventoryServices = "LocalInventoryServicesConnector" | 12 | InventoryServices = "LocalInventoryServicesConnector" |
14 | 13 | NeighbourServices = "LocalNeighbourServicesConnector" | |
15 | 14 | ||
16 | [AssetService] | 15 | [AssetService] |
17 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 16 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index f962132..d8aec49 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -10,7 +10,7 @@ | |||
10 | [Modules] | 10 | [Modules] |
11 | AssetServices = "HGAssetBroker" | 11 | AssetServices = "HGAssetBroker" |
12 | InventoryServices = "HGInventoryBroker" | 12 | InventoryServices = "HGInventoryBroker" |
13 | 13 | NeighbourServices = "LocalNeighbourServicesConnector" | |
14 | 14 | ||
15 | [AssetService] | 15 | [AssetService] |
16 | ; For the RegionAssetService | 16 | ; For the RegionAssetService |