apps/do/vikunja-test/vikunja-values-configmap: enable local login
This commit is contained in:
parent
3affe0aa79
commit
af6bbbf926
|
@ -42,8 +42,6 @@ data:
|
||||||
authurl: "https://${hydra_domain}/"
|
authurl: "https://${hydra_domain}/"
|
||||||
clientid: "${client_id}"
|
clientid: "${client_id}"
|
||||||
clientsecret: "${client_secret}"
|
clientsecret: "${client_secret}"
|
||||||
local:
|
|
||||||
enabled: false
|
|
||||||
mailer:
|
mailer:
|
||||||
enabled: "${outgoing_mail_enabled}"
|
enabled: "${outgoing_mail_enabled}"
|
||||||
host: "${outgoing_mail_smtp_host}"
|
host: "${outgoing_mail_smtp_host}"
|
||||||
|
|
Loading…
Reference in New Issue