1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
Éric Gaspar 2023-10-25 09:33:17 +02:00
parent dfc4999f95
commit 79665cbae6
2 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -47,7 +47,7 @@ ram.runtime = "50M"
in_subdir = true
[resources.system_user]
allow_email = true
#allow_email = true
[resources.install_dir]