mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(Documentation): example of discovery in conf and env vars
This commit is contained in:
parent
b85eb2a44c
commit
1cc60df5f3
@ -56,6 +56,7 @@ cert_file = ""
|
||||
cors = []
|
||||
cpu_profile_file = ""
|
||||
data_dir = "."
|
||||
discovery = "http://etcd.local:4001/v2/keys/_etcd/registry/examplecluster"
|
||||
key_file = ""
|
||||
peers = []
|
||||
peers_file = ""
|
||||
@ -85,6 +86,7 @@ key_file = ""
|
||||
* `ETCD_CONFIG`
|
||||
* `ETCD_CPU_PROFILE_FILE`
|
||||
* `ETCD_DATA_DIR`
|
||||
* `ETCD_DISCOVERY`
|
||||
* `ETCD_KEY_FILE`
|
||||
* `ETCD_PEERS`
|
||||
* `ETCD_PEERS_FILE`
|
||||
|
Loading…
x
Reference in New Issue
Block a user