26 lines
501 B
JSON
26 lines
501 B
JSON
{
|
|
"local": {
|
|
"localIP": "127.0.0.1",
|
|
"externalIP": "127.0.0.1",
|
|
"locationID": 1
|
|
},
|
|
"agentGRPC": {
|
|
"port": 5010
|
|
},
|
|
"logger": {
|
|
"output": "stdout",
|
|
"level": "debug"
|
|
},
|
|
"rabbitMQ": {
|
|
"address": "127.0.0.1:5672",
|
|
"account": "cloudream",
|
|
"password": "123456",
|
|
"vhost": "/"
|
|
},
|
|
"connectivity": {
|
|
"testInterval": 300
|
|
},
|
|
"downloader": {
|
|
"maxStripCacheCount": 100
|
|
}
|
|
} |