Merge pull request 'fix: only set smtp secret when mailer is configured' (#3) from kolaente/coop-cloud-vikunja:fix/mailer into main

Reviewed-on: coop-cloud/vikunja#3
Reviewed-by: simon <simon@noreply.git.coopcloud.tech>
This commit is contained in:
2025-09-09 13:03:27 +00:00
+2
View File
@@ -5,8 +5,10 @@ service:
JWTSecret: {{ secret "jwt_secret" }}
database:
password: "{{ secret "db_password" }}"
{{ if eq (env "VIKUNJA_MAILER_ENABLED") "true" }}
mailer:
password: {{ secret "smtp_password" }}
{{ end }}
{{ if eq (env "OAUTH_ENABLED") "true" }}
auth:
openid: