mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
18 lines
525 B
JSON
18 lines
525 B
JSON
{
|
|
"masterAddr": "192.168.0.11:17010,192.168.0.12:17010,192.168.0.13:17010",
|
|
"mountPoint": "/cfs/mnt",
|
|
"volName": "ltptest",
|
|
"owner": "ltptest",
|
|
"logDir": "/cfs/log",
|
|
"logLevel": "debug",
|
|
"consulAddr": "http://192.168.0.101:8500",
|
|
"exporterPort": 9500,
|
|
"profPort": "17410",
|
|
"authenticate": false,
|
|
"ticketHost": "192.168.0.14:8080,192.168.0.15:8081,192.168.0.16:8082",
|
|
"enableHTTPS": "false",
|
|
"accessKey": "39bEF4RrAQgMj6RV",
|
|
"secretKey": "TRL6o3JL16YOqvZGIohBDFTHZDEcFsyd",
|
|
"enableAudit": true
|
|
}
|