cubefs/docker/authnode/authnode3.json
wuwenjia5 df6ff2a328 feature: add authorization to master api getVol
Signed-off-by: wuwenjia5 <wuwenjia5@jd.com>
2019-12-02 22:17:20 -08:00

18 lines
452 B
JSON

{
"role": "authnode",
"ip": "192.168.0.16",
"port": "8082",
"prof":"10088",
"id":"3",
"peers": "1:192.168.0.14:8080,2:192.168.0.15:8081,3:192.168.0.16:8082",
"retainLogs":"2",
"logDir": "/export/Logs/authnode",
"logLevel":"info",
"walDir":"/export/Data/authnode/raft",
"storeDir":"/export/Data/authnode/rocksdbstore",
"exporterPort": 9510,
"consulAddr": "http://consul.prometheus-cfs.local",
"clusterName": "test",
"enableHTTPS":false
}