readme: fix env variable

This commit is contained in:
Valentin Tolmer 2022-05-19 15:35:50 +02:00 committed by nitnelave
parent b7957f598b
commit 55bcced476

View File

@ -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.