cubefs/cmd/cfg/objectnode.json
Mofei Zhang 333cdcb887
Enhancement: unified configuration items
Adjust the service listen configuration format of ObjectNode to the
port value.

Signed-off-by: Mofei Zhang <mofei2816@gmail.com>
2020-03-23 19:25:42 +08:00

19 lines
353 B
JSON

{
"role": "objectnode",
"hosts": "127.0.0.1",
"logDir": "/cfs/log/",
"logLevel": "debug",
"listen": "80",
"masters": [
"192.168.0.11:17010",
"192.168.0.12:17010",
"192.168.0.13:17010"
],
"authNodes": [
"192.168.0.14:8080",
"192.168.0.15:8081",
"192.168.0.16:8082"
],
"enableHTTPS": "false",
"certFile": ""
}