mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
18 lines
452 B
JSON
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
|
|
}
|