mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 10:06:14 +00:00
Adjust the service listen configuration format of ObjectNode to the port value. Signed-off-by: Mofei Zhang <mofei2816@gmail.com>
19 lines
353 B
JSON
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": ""
|
|
} |