Browse Source

fix(README): link to the configuration file too

Brandon Philips 12 years ago
parent
commit
e7527ebb45
2 changed files with 2 additions and 1 deletions
  1. 0 1
      Documentation/configuration.md
  2. 2 0
      README.md

+ 0 - 1
Documentation/external-documentation.md → Documentation/configuration.md

@@ -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`

+ 2 - 0
README.md

@@ -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