mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"role": "console",
|
|
"logDir": "/cfs/log/",
|
|
"logLevel": "debug",
|
|
"listen": "80",
|
|
"masterAddr": [
|
|
"192.168.0.11:17010",
|
|
"192.168.0.12:17010",
|
|
"192.168.0.13:17010"
|
|
],
|
|
"objectNodeDomain": "object.cubefs.io",
|
|
"monitor_addr": "http://192.168.0.102:9090",
|
|
"dashboard_addr": "http://192.168.0.103",
|
|
"monitor_app": "cfs",
|
|
"monitor_cluster": "cfs"
|
|
}
|