config: Explicit the env variables

This commit is contained in:
Valentin Tolmer 2023-04-13 09:21:21 +02:00 committed by nitnelave
parent da364746c4
commit d1f1eb8e80
1 changed files with 2 additions and 0 deletions

View File

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