summaryrefslogtreecommitdiffci
path: root/config/config.local.yaml
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'config/config.local.yaml')
-rw-r--r--config/config.local.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.local.yaml b/config/config.local.yaml
index 6d0abf3..008fa93 100644
--- a/config/config.local.yaml
+++ b/config/config.local.yaml
@@ -34,3 +34,11 @@ auth:
config:
dsn: 'file:/tmp/auth.db?cache=shared&mode=rwc'
salt: '123'
+mail:
+ clientHost: '127.0.0.1:3000'
+ mailHost: '${MAIL_HOST}'
+ publicName: 'LOCAL.SAYA.TODAY'
+ mailAddress: '${MAIL_ADDRESS}'
+ username: '${MAIL_USERNAME}'
+ password: '${MAIL_PASSWORD}'
+ salt: '${MAIL_SALT}'