24 lines
544 B
JSON
24 lines
544 B
JSON
{
|
|
"logger": {
|
|
"output": "stdout",
|
|
"outputFileName": "manager",
|
|
"outputDirectory": "log",
|
|
"level": "debug"
|
|
},
|
|
"rabbitMQ": {
|
|
"address": "127.0.0.1:5672",
|
|
"account": "cloudream",
|
|
"password": "123456",
|
|
"vhost": "/"
|
|
},
|
|
"db": {
|
|
"address": "127.0.0.1:3306",
|
|
"account": "root",
|
|
"password": "123456",
|
|
"databaseName": "scheduler"
|
|
},
|
|
"cloudreamStorage": {
|
|
"url": "http://localhost:7890"
|
|
},
|
|
"reportTimeoutSecs": 20
|
|
} |