Skip to content
Snippets Groups Projects
Forked from asapo / asapo
466 commits behind the upstream repository.
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"
}