mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
fix
This commit is contained in:
parent
dfc4999f95
commit
79665cbae6
2 changed files with 3 additions and 3 deletions
|
@ -34,8 +34,8 @@ email.fromEmail="__APP__@__DOMAIN__"
|
|||
email.fromName="Castopod"
|
||||
email.SMTPHost="localhost"
|
||||
email.SMTPPort="25"
|
||||
email.SMTPUser="__APP__"
|
||||
email.SMTPPass="__MAIL_PWD__"
|
||||
email.SMTPUser=""
|
||||
email.SMTPPass=""
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Cache configuration (advanced)
|
||||
|
|
|
@ -47,7 +47,7 @@ ram.runtime = "50M"
|
|||
in_subdir = true
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
#allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue