31 lines
704 B
JSON
31 lines
704 B
JSON
{
|
|
"logger": {
|
|
"output": "stdout",
|
|
"outputFileName": "advisor",
|
|
"outputDirectory": "log",
|
|
"level": "debug"
|
|
},
|
|
"rabbitMQ2": {
|
|
"address": "101.201.215.196:5672",
|
|
"account": "cloudream",
|
|
"password": "123456",
|
|
"vhost": "/"
|
|
},
|
|
"rabbitMQ": {
|
|
"address": "localhost:5672",
|
|
"account": "cloudream",
|
|
"password": "123456",
|
|
"vhost": "/",
|
|
"param": {
|
|
"retryNum": 5,
|
|
"retryInterval": 5000
|
|
}
|
|
},
|
|
"cloudreamStorage": {
|
|
"url": "http://121.36.5.116:7890"
|
|
},
|
|
"pcm": {
|
|
"url": "http://112.95.163.90:5676"
|
|
},
|
|
"reportIntervalSec": 10
|
|
} |