21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"logger": {
|
|
"output": "stdout",
|
|
"outputFileName": "advisor",
|
|
"outputDirectory": "log",
|
|
"level": "debug"
|
|
},
|
|
"rabbitMQ": {
|
|
"address": "127.0.0.1:5672",
|
|
"account": "cloudream",
|
|
"password": "123456",
|
|
"vhost": "/"
|
|
},
|
|
"cloudreamStorage": {
|
|
"url": "http://localhost:7890"
|
|
},
|
|
"pcm": {
|
|
"url": "http://localhost:7892"
|
|
},
|
|
"reportIntervalSec": 10
|
|
} |