From 23b388f3b80d3318cec94a8b49922fe3aba0fa91 Mon Sep 17 00:00:00 2001 From: Herwig Hochleitner Date: Tue, 2 May 2023 15:40:16 +0200 Subject: [PATCH] docs: correct env var names in docker template toml --- lldap_config.docker_template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldap_config.docker_template.toml b/lldap_config.docker_template.toml index 6303fd1..4aab092 100644 --- a/lldap_config.docker_template.toml +++ b/lldap_config.docker_template.toml @@ -95,13 +95,13 @@ database_url = "sqlite:///data/users.db?mode=rwc" ## Randomly generated on first run if it doesn't exist. ## Alternatively, you can use key_seed to override this instead of relying on ## a file. -## Env variable: LLDAP_SERVER_KEY_FILE +## Env variable: LLDAP_KEY_FILE key_file = "/data/private_key" ## Seed to generate the server private key, see key_file above. ## This can be any random string, the recommendation is that it's at least 12 ## characters long. -## Env variable: LLDAP_SERVER_KEY_SEED +## Env variable: LLDAP_KEY_SEED #key_seed = "RanD0m STR1ng" ## Ignored attributes.