[doc] add PATRONICTL_CONFIG_FILE env var (#1397)

This commit is contained in:
damien clochard
2020-02-20 10:14:36 +01:00
committed by GitHub
parent 7b0e012f62
commit e759a3f2ef
+1
View File
@@ -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.