docs: move a comment to the appropriate line (#4714)
Introduced accidentally in 158783a9d4
.
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/4718/head
parent
fc5ea5b485
commit
bfaa2c3a4b
|
@ -3,6 +3,7 @@
|
||||||
# Authelia configuration #
|
# Authelia configuration #
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
||||||
|
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
|
||||||
jwt_secret: a_very_important_secret
|
jwt_secret: a_very_important_secret
|
||||||
default_redirection_url: https://public.example.com
|
default_redirection_url: https://public.example.com
|
||||||
|
|
||||||
|
@ -12,7 +13,6 @@ server:
|
||||||
|
|
||||||
log:
|
log:
|
||||||
level: debug
|
level: debug
|
||||||
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
|
|
||||||
|
|
||||||
totp:
|
totp:
|
||||||
issuer: authelia.com
|
issuer: authelia.com
|
||||||
|
|
Loading…
Reference in New Issue