mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix(README): link to the configuration file too
This commit is contained in:
parent
bfde27a99d
commit
e7527ebb45
@ -96,7 +96,6 @@ key_file = ""
|
|||||||
* `ETCD_SNAPSHOT`
|
* `ETCD_SNAPSHOT`
|
||||||
* `ETCD_VERBOSE`
|
* `ETCD_VERBOSE`
|
||||||
* `ETCD_VERY_VERBOSE`
|
* `ETCD_VERY_VERBOSE`
|
||||||
* `ETCD_WEB_URL`
|
|
||||||
* `ETCD_PEER_ADDR`
|
* `ETCD_PEER_ADDR`
|
||||||
* `ETCD_PEER_BIND_ADDR`
|
* `ETCD_PEER_BIND_ADDR`
|
||||||
* `ETCD_PEER_CA_FILE`
|
* `ETCD_PEER_CA_FILE`
|
@ -78,6 +78,7 @@ You have successfully started an etcd on a single machine and written a key to t
|
|||||||
|
|
||||||
- Explore the full [API][api.md].
|
- Explore the full [API][api.md].
|
||||||
- Setup a [multi-machine cluster][clustering.md].
|
- Setup a [multi-machine cluster][clustering.md].
|
||||||
|
- Learn the [config format, env variables and flags][configuration.md].
|
||||||
- Find [language bindings and tools][libraries-and-tools.md].
|
- Find [language bindings and tools][libraries-and-tools.md].
|
||||||
- Learn about the dashboard, lock and leader election [modules][modules.md].
|
- Learn about the dashboard, lock and leader election [modules][modules.md].
|
||||||
- Use TLS to [secure an etcd cluster][security.md].
|
- Use TLS to [secure an etcd cluster][security.md].
|
||||||
@ -85,6 +86,7 @@ You have successfully started an etcd on a single machine and written a key to t
|
|||||||
|
|
||||||
[api.md]: https://github.com/coreos/etcd/blob/master/Documentation/api.md
|
[api.md]: https://github.com/coreos/etcd/blob/master/Documentation/api.md
|
||||||
[clustering.md]: https://github.com/coreos/etcd/blob/master/Documentation/clustering.md
|
[clustering.md]: https://github.com/coreos/etcd/blob/master/Documentation/clustering.md
|
||||||
|
[configuration.md]: https://github.com/coreos/etcd/blob/master/Documentation/configuration.md
|
||||||
[libraries-and-tools.md]: https://github.com/coreos/etcd/blob/master/Documentation/libraries-and-tools.md
|
[libraries-and-tools.md]: https://github.com/coreos/etcd/blob/master/Documentation/libraries-and-tools.md
|
||||||
[modules.md]: https://github.com/coreos/etcd/blob/master/Documentation/modules.md
|
[modules.md]: https://github.com/coreos/etcd/blob/master/Documentation/modules.md
|
||||||
[security.md]: https://github.com/coreos/etcd/blob/master/Documentation/security.md
|
[security.md]: https://github.com/coreos/etcd/blob/master/Documentation/security.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user