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/OpenSim.GridServer.ini.example | 2 +- bin/config-include/StandaloneHypergrid.ini | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.GridServer.ini.example b/bin/OpenSim.GridServer.ini.example index 695bf9e..8bd126f 100644 --- a/bin/OpenSim.GridServer.ini.example +++ b/bin/OpenSim.GridServer.ini.example @@ -13,7 +13,7 @@ ; * server instance ; * [Network] - port = 8002 + port = 8001 ; * The following are for the remote console ; * They have no effect for the local or basic console types 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