From d1f1eb8e8080ce3ec820c8de7c2e80bb2933cfa3 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Thu, 13 Apr 2023 09:21:21 +0200 Subject: [PATCH] config: Explicit the env variables --- lldap_config.docker_template.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldap_config.docker_template.toml b/lldap_config.docker_template.toml index 2cf002c..6303fd1 100644 --- a/lldap_config.docker_template.toml +++ b/lldap_config.docker_template.toml @@ -95,11 +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 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 #key_seed = "RanD0m STR1ng" ## Ignored attributes.