Skip to content

Commit

Permalink
add config of objectNodeDomain
Browse files Browse the repository at this point in the history
Signed-off-by: ansjsun <[email protected]>
  • Loading branch information
ansjsun committed Jul 7, 2020
1 parent 13e7e54 commit 478a292
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cfg/console.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"192.168.0.12:17010",
"192.168.0.13:17010"
],
"objectNodeDomain": "object.chubao.io",
"master_instance": "192.168.0.11:9066",
"monitor_addr": "http://192.168.0.102:9090",
"dashboard_addr": "http://192.168.0.103:3000",
Expand Down
1 change: 1 addition & 0 deletions docker/conf/console.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"192.168.0.12:17010",
"192.168.0.13:17010"
],
"objectNodeDomain": "object.chubao.io",
"master_instance": "192.168.0.11:9066",
"monitor_addr": "http://192.168.0.102:9090",
"dashboard_addr": "http://192.168.0.103:3000",
Expand Down
1 change: 1 addition & 0 deletions docs/source/user-guide/console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Configurations
"logLevel", "string", "Level operation for logging. Default is *error*", "No"
"listen", "string", "Port of TCP network to be listen, default is 80", "Yes"
"masterAddr", "string slice", "Addresses of master server", "Yes"
"objectNodeDomain", "string", "object domain for sign url for down", "Yes"
"master_instance", "string", "the tag for monitor", "Yes"
"monitor_addr", "string", "Prometheus the address", "Yes"
"dashboard_addr", "string", "console menu forward to Grafana", "Yes"
Expand Down

0 comments on commit 478a292

Please sign in to comment.