|
- {
- "id": 1,
- "local": {
- "localIP": "127.0.0.1",
- "externalIP": "127.0.0.1",
- "locationID": 1
- },
- "rpc": {
- "listen": "127.0.0.1:5010",
- "rootCA": "",
- "serverCert": "",
- "serverKey": ""
- },
- "http": {
- "listen": "127.0.0.1:5110"
- },
- "coordinatorRPC": {
- "address": "127.0.0.1:5009",
- "rootCA": "",
- "clientCert": "",
- "clientKey": ""
- },
- "hubRPC": {
- "rootCA": "",
- "clientCert": "",
- "clientKey": ""
- },
- "logger": {
- "output": "file",
- "outputFileName": "hub",
- "outputDirectory": "log",
- "level": "debug"
- },
- "sysEvent": {
- "enabled": false,
- "address": "127.0.0.1:5672",
- "account": "cloudream",
- "password": "123456",
- "vhost": "/",
- "exchange": "SysEvent",
- "queue": "SysEvent"
- },
- "tickTock": {
- "testHubConnectivitiesInterval": "5m"
- }
- }
|