From 0ed89b7e4a1899d6fa3f2f5b605345dd6c000c21 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Thu, 19 May 2022 15:35:50 +0200 Subject: [PATCH] readme: fix env variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 234a9a5..a36fa33 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Environment variables should be prefixed with `LLDAP_` to override the configuration. Secrets can also be set through a file. The filename should be specified by the -variables `LLDAP_JWT_SECRET_FILE` or `LLDAP_USER_PASS_FILE`, and the file +variables `LLDAP_JWT_SECRET_FILE` or `LLDAP_LDAP_USER_PASS_FILE`, and the file contents are loaded into the respective configuration parameters. Note that `_FILE` variables take precedence.