config: Explicit the env variables
This commit is contained in:
committed by
nitnelave
parent
da364746c4
commit
d1f1eb8e80
@@ -95,11 +95,13 @@ database_url = "sqlite:///data/users.db?mode=rwc"
|
|||||||
## Randomly generated on first run if it doesn't exist.
|
## Randomly generated on first run if it doesn't exist.
|
||||||
## Alternatively, you can use key_seed to override this instead of relying on
|
## Alternatively, you can use key_seed to override this instead of relying on
|
||||||
## a file.
|
## a file.
|
||||||
|
## Env variable: LLDAP_SERVER_KEY_FILE
|
||||||
key_file = "/data/private_key"
|
key_file = "/data/private_key"
|
||||||
|
|
||||||
## Seed to generate the server private key, see key_file above.
|
## 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
|
## This can be any random string, the recommendation is that it's at least 12
|
||||||
## characters long.
|
## characters long.
|
||||||
|
## Env variable: LLDAP_SERVER_KEY_SEED
|
||||||
#key_seed = "RanD0m STR1ng"
|
#key_seed = "RanD0m STR1ng"
|
||||||
|
|
||||||
## Ignored attributes.
|
## Ignored attributes.
|
||||||
|
|||||||
Reference in New Issue
Block a user