38 lines
844 B
JSON
38 lines
844 B
JSON
{
|
|
"logger": {
|
|
"output": "stdout",
|
|
"outputFileName": "collector",
|
|
"outputDirectory": "log",
|
|
"level": "debug"
|
|
},
|
|
"rabbitMQ2": {
|
|
"address": "101.201.215.196:5672",
|
|
"account": "cloudream",
|
|
"password": "123456",
|
|
"vhost": "/"
|
|
},
|
|
"rabbitMQ": {
|
|
"address": "localhost:5672",
|
|
"account": "cloudream",
|
|
"password": "123456",
|
|
"vhost": "/",
|
|
"param": {
|
|
"retryNum": 5,
|
|
"retryInterval": 5000
|
|
}
|
|
},
|
|
"cloudreamStorage": {
|
|
"url": "http://121.36.5.116:7890"
|
|
},
|
|
"unifyOps": {
|
|
"url": "http://localhost:7891"
|
|
},
|
|
"slwNodes": [
|
|
{
|
|
"id": 1711652475901054976,
|
|
"name": "hwj",
|
|
"stgNodeID": 1,
|
|
"storageID": 1
|
|
}
|
|
]
|
|
} |