mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
docs: correct env var names in docker template toml
This commit is contained in:
parent
22ae2c7124
commit
23b388f3b8
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue