From 747e37592d4530a4808ff85e28ba4c91089770b7 Mon Sep 17 00:00:00 2001 From: Abbie Wade Date: Tue, 1 Feb 2022 21:31:55 +1100 Subject: [PATCH] fixing environment variable name --- lldap_config.docker_template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldap_config.docker_template.toml b/lldap_config.docker_template.toml index 9e863fc..3dbc6e0 100644 --- a/lldap_config.docker_template.toml +++ b/lldap_config.docker_template.toml @@ -97,5 +97,5 @@ key_file = "/data/private_key" #reply_to="Do not reply " ## Tune the logging to be more verbose by setting this to be true. -## You can set it with the VERBOSE environment variable. +## You can set it with the LLDAP_VERBOSE environment variable. # verbose=false