From a1e50defbe24ec28ccb75245b848c49817520e06 Mon Sep 17 00:00:00 2001 From: kaysond Date: Thu, 25 Nov 2021 11:09:58 -0800 Subject: [PATCH] add docs to config template --- lldap_config.docker_template.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lldap_config.docker_template.toml b/lldap_config.docker_template.toml index e743545..660199a 100644 --- a/lldap_config.docker_template.toml +++ b/lldap_config.docker_template.toml @@ -20,6 +20,8 @@ ## them to re-login. ## You should probably set it through the LLDAP_JWT_SECRET environment ## variable from a secret ".env" file. +## This can also be set from a file's contents by specifying the file path +## in the LLDAP_JWT_SECRET_FILE environment variable ## You can generate it with (on linux): ## LC_ALL=C tr -dc 'A-Za-z0-9!"#%&'\''()*+,-./:;<=>?@[\]^_{|}~'