From 04ac199fc800162091b648bc75a9c05bf4ce56be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20M?= Date: Mon, 14 Jan 2019 11:56:15 +0100 Subject: [PATCH] Single quotes are mandatory around each host in PATRONI_ETCD_HOSTS (#926) Otherwise YAML parser fails --- docs/ENVIRONMENT.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ENVIRONMENT.rst b/docs/ENVIRONMENT.rst index 1a00ffcd..08c64f0c 100644 --- a/docs/ENVIRONMENT.rst +++ b/docs/ENVIRONMENT.rst @@ -42,7 +42,7 @@ Consul Etcd ---- - **PATRONI\_ETCD\_HOST**: the host:port for the etcd endpoint. -- **PATRONI\_ETCD\_HOSTS**: list of etcd endpoints in format host1:port1,host2:port2,etc... +- **PATRONI\_ETCD\_HOSTS**: list of etcd endpoints in format 'host1:port1','host2:port2',etc... - **PATRONI\_ETCD\_URL**: url for the etcd, in format: http(s)://(username:password@)host:port - **PATRONI\_ETCD\_PROXY**: proxy url for the etcd. If you are connecting to the etcd using proxy, use this parameter instead of **PATRONI\_ETCD\_URL** - **PATRONI\_ETCD\_SRV**: Domain to search the SRV record(s) for cluster autodiscovery. @@ -81,7 +81,7 @@ PostgreSQL - **PATRONI\_SUPERUSER\_PASSWORD**: password for the superuser, set during initialization (initdb). REST API --------- +-------- - **PATRONI\_RESTAPI\_CONNECT\_ADDRESS**: IP address and port to access the REST API. - **PATRONI\_RESTAPI\_LISTEN**: IP address and port that Patroni will listen to, to provide health-check information for HAProxy. - **PATRONI\_RESTAPI\_USERNAME**: Basic-auth username to protect unsafe REST API endpoints.