allow custom email server for helm installs

This commit is contained in:
Jens Langhammer 2019-03-11 11:03:25 +01:00
parent 7529b51358
commit 2690675dca
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@ data:
host: 127.0.0.1
port: 514
email:
host: localhost
host: {{ .Values.config.email.host }}
port: 25
user: ''
password: ''

View File

@ -14,6 +14,8 @@ config:
# secret_key: _k*@6h2u2@q-dku57hhgzb7tnx*ba9wodcb^s9g0j59@=y(@_o
# Enable error reporting
error_reporting: true
email:
host: localhost
postgresql:
postgresqlDatabase: passbook