mirror of
https://github.com/wallabag/docker
synced 2025-12-15 18:56:29 +00:00
add secure email
This commit is contained in:
@@ -13,13 +13,13 @@ parameters:
|
|||||||
|
|
||||||
domain_name: {{ domain_name }}
|
domain_name: {{ domain_name }}
|
||||||
|
|
||||||
mailer_transport: smtp
|
mailer_transport: {{ mailer_transport }}
|
||||||
mailer_host: {{ mailer_host }}
|
|
||||||
mailer_user: {{ mailer_user }}
|
mailer_user: {{ mailer_user }}
|
||||||
mailer_password: {{ mailer_password }}
|
mailer_password: {{ mailer_password }}
|
||||||
|
mailer_host: {{ mailer_host }}
|
||||||
mailer_port: {{ mailer_port }}
|
mailer_port: {{ mailer_port }}
|
||||||
mailer_encryption: {{ mailer_encryption }}
|
mailer_encryption: {{ mailer_encryption }}
|
||||||
mailer_auth_mode: {{ mailer_auth_mode }}
|
mailer_auth_mode: {{ mailer_auth_mode }}
|
||||||
|
|
||||||
locale: {{ locale }}
|
locale: {{ locale }}
|
||||||
|
|
||||||
|
|||||||
@@ -22,12 +22,12 @@ parameters:
|
|||||||
test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
|
test_database_path: "%kernel.root_dir%/../data/db/wallabag_test.sqlite"
|
||||||
|
|
||||||
mailer_transport: smtp
|
mailer_transport: smtp
|
||||||
mailer_host: 127.0.0.1
|
|
||||||
mailer_user: ~
|
mailer_user: ~
|
||||||
mailer_password: ~
|
mailer_password: ~
|
||||||
mailer_port: 25
|
mailer_host: 127.0.0.1
|
||||||
|
mailer_port: false
|
||||||
mailer_encryption: ~
|
mailer_encryption: ~
|
||||||
mailer_auth_mode: ~
|
mailer_auth_mode: ~
|
||||||
|
|
||||||
locale: en
|
locale: en
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user