fix: unquote env group_help for authentik
This commit is contained in:
parent
7af9a554b4
commit
cc4c59dac6
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ GLOBALS:
|
||||||
basic_auth_hash: your_super_secret_password
|
basic_auth_hash: your_super_secret_password
|
||||||
authentik:
|
authentik:
|
||||||
env:
|
env:
|
||||||
GROUP_HELP: "Hilfe"
|
GROUP_HELP: Hilfe
|
||||||
EXTRA_DOMAINS: ", `example.com`"
|
EXTRA_DOMAINS: ", `example.com`"
|
||||||
REDIRECTS: "example.com"
|
REDIRECTS: "example.com"
|
||||||
DEFAULT_LANGUAGE: de
|
DEFAULT_LANGUAGE: de
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue