fix: only set smtp secret when mailer is configured #3
@ -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