mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
Add ObjectNode provides S3-compatibile APIs. Fusion Storage interface expose two interface (POSIX and S3-compatible) for file operation. Signed-off-by: Mofei Zhang <mofei2816@gmail.com>
18 lines
451 B
JSON
18 lines
451 B
JSON
{
|
|
"role": "authnode",
|
|
"ip": "192.168.0.14",
|
|
"port": "8080",
|
|
"prof":"10088",
|
|
"id":"1",
|
|
"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
|
|
}
|