JCC-CSScheduler/deploy/x86/yaml/config/client.config.json

15 lines
295 B
JSON

{
"logger": {
"output": "stdout",
"level": "debug"
},
"rabbitMQ": {
"address": "127.0.0.1:5672",
"account": "cloudream",
"password": "123456",
"vhost": "/"
},
"cloudreamStorage": {
"url": "http://localhost:7890"
}
}