|
- {
- "id": 1,
- "local": {
- "localIP": "127.0.0.1",
- "externalIP": "127.0.0.1",
- "locationID": 1
- },
- "grpc": {
- "ip": "127.0.0.1",
- "port": 5010
- },
- "logger": {
- "output": "file",
- "outputFileName": "hub",
- "outputDirectory": "log",
- "level": "debug"
- },
- "rabbitMQ": {
- "address": "127.0.0.1:5672",
- "account": "cloudream",
- "password": "123456",
- "vhost": "/",
- "param": {
- "retryNum": 5,
- "retryInterval": 5000
- }
- },
- "distlock": {
- "etcdAddress": "127.0.0.1:2379",
- "etcdUsername": "",
- "etcdPassword": "",
- "etcdLockLeaseTimeSec": 5,
- "randomReleasingDelayMs": 3000,
- "serviceDescription": "I am a hub"
- },
- "connectivity": {
- "testInterval": 300
- }
- }
|