From 1859f5ddf03eae5443c9c6902d0486df0c0128a0 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Wed, 20 Oct 2021 16:12:41 +0900 Subject: [PATCH] config: Add LLDAP_ prefix to env varribles --- lldap_config.docker_template.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lldap_config.docker_template.toml b/lldap_config.docker_template.toml index 6b6e370..8b8775e 100644 --- a/lldap_config.docker_template.toml +++ b/lldap_config.docker_template.toml @@ -1,6 +1,7 @@ ## Default configuration for Docker. -## All the values can be overridden through environment variables. For -## instance, "ldap_port" can be overridden with the "LDAP_PORT" variable. +## All the values can be overridden through environment variables, prefixed +## with "LLDAP_". For instance, "ldap_port" can be overridden with the +## "LLDAP_LDAP_PORT" variable. ## The port on which to have the LDAP server. #ldap_port = 3890 @@ -14,7 +15,7 @@ ## servers that need to consume the JWTs. ## Changing this secret will invalidate all user sessions and require ## them to re-login. -## You should probably set it through the JWT_SECRET environment +## You should probably set it through the LLDAP_JWT_SECRET environment ## variable from a secret ".env" file. ## You can generate it with (on linux): ## LC_ALL=C tr -dc 'A-Za-z0-9!"#%&'\''()*+,-./:;<=>?@[\]^_{|}~'