mirror of https://github.com/status-im/consul.git
website: document precedence of Atlas endpoint inputs
This commit is contained in:
parent
6ac89c28a8
commit
4adc0b5c66
File diff suppressed because one or more lines are too long
|
@ -66,7 +66,9 @@ The options below are all specified on the command-line.
|
|||
* <a name="_atlas_endpoint"></a><a href="#_atlas_endpoint">`-atlas-endpoint`</a> - The endpoint
|
||||
address used for Atlas integration. Used only if the `-atlas` and
|
||||
`-atlas-token` options are specified. This is optional, and defaults to the
|
||||
public Atlas endpoints.
|
||||
public Atlas endpoints. This can also be specified using the `SCADA_ENDPOINT`
|
||||
environment variable. The CLI option takes precedence, followed by the
|
||||
configuration file directive, and lastly, the environment variable.
|
||||
|
||||
* <a name="_bootstrap"></a><a href="#_bootstrap">`-bootstrap`</a> - This flag is used to control if a
|
||||
server is in "bootstrap" mode. It is important that
|
||||
|
|
Loading…
Reference in New Issue