Forked from
asapo / asapo
466 commits behind the upstream repository.
-
Mikhail Karnevskiy authored
Enable standalone service from the other nodes in the notwork. Discovery substitutes service endpoints to the actual hostname if endpoint is equal to 0.0.0.0.
Mikhail Karnevskiy authoredEnable standalone service from the other nodes in the notwork. Discovery substitutes service endpoints to the actual hostname if endpoint is equal to 0.0.0.0.
discovery.json 391 B
{
"Mode": "static",
"Receiver": {
"MaxConnections": 32,
"StaticEndpoints": [ "0.0.0.0:8411" ]
},
"Broker": {
"StaticEndpoint": "0.0.0.0:8413"
},
"Mongo": {
"StaticEndpoint": "0.0.0.0:27017"
},
"FileTransferService": {
"StaticEndpoint": "0.0.0.0:8414"
},
"Monitoring": {
"StaticEndpoint": "0.0.0.0:8420"
},
"Port": 8410,
"LogLevel": "info"
}