Fixed port in GridServer.ini. Added new configs for StandaloneHypergrid.ini
parent
c99b363f81
commit
8b2b8801e6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue