Fixed port in GridServer.ini. Added new configs for StandaloneHypergrid.ini

0.6.8-post-fixes
Diva Canto 2009-09-27 14:32:03 -07:00
parent c99b363f81
commit 8b2b8801e6
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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