mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Update seahub_settings.py
This commit is contained in:
parent
4c3d55923e
commit
000958e43b
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ COMPRESS_URL = MEDIA_URL
|
|||
STATIC_URL = MEDIA_URL + 'assets/'
|
||||
EMAIL_USE_TLS = False
|
||||
EMAIL_HOST = "localhost"
|
||||
EMAIL_HOST_USER = "__APP__@__DOMAIN__"
|
||||
EMAIL_HOST_PASSWORD = ""
|
||||
EMAIL_HOST_USER = "__APP__"
|
||||
EMAIL_HOST_PASSWORD = "__MAIL_PWD__"
|
||||
EMAIL_PORT = "25"
|
||||
DEFAULT_FROM_EMAIL = "__APP__@__DOMAIN__"
|
||||
SERVER_EMAIL = "__APP__@__DOMAIN__"
|
||||
|
|
Loading…
Reference in a new issue