31 lines
624 B
JSON
31 lines
624 B
JSON
{
|
|
"id": 1,
|
|
"local": {
|
|
"nodeID": 1,
|
|
"localIP": "127.0.0.1",
|
|
"externalIP": "127.0.0.1",
|
|
"locationID": 1
|
|
},
|
|
"grpc": {
|
|
"ip": "127.0.0.1",
|
|
"port": 5010
|
|
},
|
|
"logger": {
|
|
"output": "file",
|
|
"outputFileName": "agent",
|
|
"outputDirectory": "log",
|
|
"level": "debug"
|
|
},
|
|
"rabbitMQ": {
|
|
"address": "127.0.0.1:5672",
|
|
"account": "cloudream",
|
|
"password": "123456",
|
|
"vhost": "/"
|
|
},
|
|
"connectivity": {
|
|
"testInterval": 300
|
|
},
|
|
"downloader": {
|
|
"maxStripCacheCount": 100
|
|
}
|
|
} |