forked from coop-cloud/vikunja
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user