mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Fixed port in GridServer.ini. Added new configs for StandaloneHypergrid.ini
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user