From bfaa2c3a4b838b71a422962499896f2370316757 Mon Sep 17 00:00:00 2001 From: Dinh Bao Dang <250694+chillinPanda@users.noreply.github.com> Date: Sat, 7 Jan 2023 02:38:42 +0100 Subject: [PATCH] docs: move a comment to the appropriate line (#4714) Introduced accidentally in 158783a9d4d9bcd1c037601e25205ebff46daee8. Co-authored-by: James Elliott --- examples/compose/lite/authelia/configuration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/compose/lite/authelia/configuration.yml b/examples/compose/lite/authelia/configuration.yml index 39db78500..0804550ae 100644 --- a/examples/compose/lite/authelia/configuration.yml +++ b/examples/compose/lite/authelia/configuration.yml @@ -3,6 +3,7 @@ # Authelia configuration # ############################################################### +# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE jwt_secret: a_very_important_secret default_redirection_url: https://public.example.com @@ -12,7 +13,6 @@ server: log: level: debug -# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE totp: issuer: authelia.com