1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

add secure email

This commit is contained in:
Glenn Goffin
2018-02-24 15:56:41 +01:00
parent 213d23691c
commit 64fc68eb56
2 changed files with 6 additions and 6 deletions

View File

@@ -13,13 +13,13 @@ parameters:
domain_name: {{ domain_name }}
mailer_transport: smtp
mailer_host: {{ mailer_host }}
mailer_transport: {{ mailer_transport }}
mailer_user: {{ mailer_user }}
mailer_password: {{ mailer_password }}
mailer_host: {{ mailer_host }}
mailer_port: {{ mailer_port }}
mailer_encryption: {{ mailer_encryption }}
mailer_auth_mode: {{ mailer_auth_mode }}
mailer_auth_mode: {{ mailer_auth_mode }}
locale: {{ locale }}

View File

@@ -22,12 +22,12 @@ parameters:
test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: ~
mailer_password: ~
mailer_port: 25
mailer_host: 127.0.0.1
mailer_port: false
mailer_encryption: ~
mailer_auth_mode: ~
mailer_auth_mode: ~
locale: en