From d25f18776fb5452805b77b8963a2a26a989ee635 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Mon, 27 Apr 2015 18:03:13 -0700 Subject: [PATCH] docs: fix typo with etcd2 env vars --- Documentation/cloud-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 1a85abe..8d6291a 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -104,7 +104,7 @@ Environment="ETCD_DISCOVERY=https://discovery.etcd.io/" Environment="ETCD_ADVERTISE_CLIENT_URLS=http://203.0.113.29:2379" Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=http://192.0.2.13:2380" Environment="ETCD_LISTEN_CLIENT_URLS=http://0.0.0.0:2379,http://0.0.0.0:4001" -Environment="ETCD_LISTEN_PEERS_URLS=http://192.0.2.13:2380,http://192.0.2.13:7001" +Environment="ETCD_LISTEN_PEER_URLS=http://192.0.2.13:2380,http://192.0.2.13:7001" ``` For more information about the available configuration parameters, see the [etcd documentation][etcd-config].