From 8b2b8801e63fbcf5252e5ddbb40438e224025348 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Sun, 27 Sep 2009 14:32:03 -0700 Subject: Fixed port in GridServer.ini. Added new configs for StandaloneHypergrid.ini --- bin/config-include/StandaloneHypergrid.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/config-include/StandaloneHypergrid.ini') diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 793f4d5..75cdad9 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini @@ -10,13 +10,15 @@ [Modules] AssetServices = "HGAssetBroker" InventoryServices = "HGInventoryBroker" - NeighbourServices = "LocalNeighbourServicesConnector" + NeighbourServices = "RemoteNeighbourServicesConnector" AuthorizationServices = "LocalAuthorizationServicesConnector" GridServices = "HGGridServicesConnector" InventoryServiceInConnector = true AssetServiceInConnector = true HGAuthServiceInConnector = true HypergridServiceInConnector = true + NeighbourServiceInConnector = true + [AssetService] ; For the AssetServiceInConnector -- cgit v1.1