fix: only set smtp secret when mailer is configured #1

Open
kolaente wants to merge 1 commits from fix/mailer into main

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: