mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
set mail
This commit is contained in:
parent
686fb36ca0
commit
fbef1a8aed
2 changed files with 5 additions and 4 deletions
|
@ -27,10 +27,10 @@ parameters:
|
|||
server_name: "Your wallabag instance"
|
||||
|
||||
mailer_transport: smtp
|
||||
mailer_user: ~
|
||||
mailer_password: ~
|
||||
mailer_user: __APP__
|
||||
mailer_password: __MAIL_PWD__
|
||||
mailer_host: 127.0.0.1
|
||||
mailer_port: false
|
||||
mailer_port: 25
|
||||
mailer_encryption: ~
|
||||
mailer_auth_mode: ~
|
||||
|
||||
|
@ -41,7 +41,7 @@ parameters:
|
|||
|
||||
# two factor stuff
|
||||
twofactor_auth: true
|
||||
twofactor_sender: no-reply@wallabag.org
|
||||
twofactor_sender: no-reply@__DOMAIN__
|
||||
|
||||
# fosuser stuff
|
||||
fosuser_registration: false
|
||||
|
|
|
@ -54,6 +54,7 @@ ram.runtime = "50M"
|
|||
autoupdate.asset = ".*\\.tar\\.gz"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue