From e759a3f2ef483d41a7c86710f15291a980180ec4 Mon Sep 17 00:00:00 2001 From: damien clochard Date: Thu, 20 Feb 2020 10:14:36 +0100 Subject: [PATCH] [doc] add PATRONICTL_CONFIG_FILE env var (#1397) --- docs/ENVIRONMENT.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ENVIRONMENT.rst b/docs/ENVIRONMENT.rst index 81203957..f95d125b 100644 --- a/docs/ENVIRONMENT.rst +++ b/docs/ENVIRONMENT.rst @@ -130,6 +130,7 @@ REST API CTL --- +- **PATRONICTL\_CONFIG\_FILE**: location of the configuration file. - **PATRONI\_CTL\_INSECURE**: Allow connections to REST API without verifying SSL certs. - **PATRONI\_CTL\_CACERT**: Specifies the file with the CA_BUNDLE file or directory with certificates of trusted CAs to use while verifying REST API SSL certs. If not provided patronictl will use the value provided for REST API "cafile" parameter. - **PATRONI\_CTL\_CERTFILE**: Specifies the file with the client certificate in the PEM format. If not provided patronictl will use the value provided for REST API "certfile" parameter.