diff --git a/docs/SETTINGS.rst b/docs/SETTINGS.rst index bb9f13a0..2472f8ad 100644 --- a/docs/SETTINGS.rst +++ b/docs/SETTINGS.rst @@ -74,6 +74,8 @@ Most of the parameters are optional, but you have to specify one of the **host** - **key**: (optional) file with the client key. Can be empty if the key is part of **cert**. - **dc**: (optional) Datacenter to communicate with. By default the datacenter of the host is used. - **checks**: (optional) list of Consul health checks used for the session. If not specified Consul will use "serfHealth" in additional to the TTL based check created by Patroni. Additional checks, in particular the "serfHealth", may cause the leader lock to expire faster than in `ttl` seconds when the leader instance becomes unavailable +- **register\_service**: (optional) whether or not to register a service with the name defined by the scope parameter and the tag master, replica or standby-leader depending on the node's role. Defaults to **false** +- **service\_check\_interval**: (optional) how often to perform health check against registered url Etcd ----