mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Use localhost for mail host
This commit is contained in:
parent
29d8c51133
commit
fa4be60b7d
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ MEDIA_URL = "__PATH2__media/"
|
|||
COMPRESS_URL = MEDIA_URL
|
||||
STATIC_URL = MEDIA_URL + 'assets/'
|
||||
EMAIL_USE_TLS = True
|
||||
EMAIL_HOST = "__DOMAIN__"
|
||||
EMAIL_HOST = "localhost"
|
||||
EMAIL_HOST_USER = "__APP__"
|
||||
EMAIL_HOST_PASSWORD = "__MAIL_PWD__"
|
||||
EMAIL_PORT = "587"
|
||||
|
|
Loading…
Add table
Reference in a new issue