JCS-pub/common/assets/confs/hub.config.json

31 lines
631 B
JSON

{
"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
}
},
"connectivity": {
"testInterval": 300
}
}