mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
Fix default from email
This commit is contained in:
parent
e0ecd2bf09
commit
3181523edc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ALLOWED_HOSTS = ['{{ domain }}']
|
|||
URL_PREFIX = ''
|
||||
STATIC_ROOT = '{{ install_dir }}/static'
|
||||
NOTIFICATION_EMAILS = ['{{ email }}']
|
||||
DEFAULT_FROM_EMAIL = 'notifier@{{ domain }}'
|
||||
DEFAULT_FROM_EMAIL = '{{ app }}@{{ domain }}'
|
||||
SITE_URL = "https://{{ domain }}{{ path }}"
|
||||
SECRET_KEY = '{{ secret }}'
|
||||
ISP = {
|
||||
|
|
Loading…
Reference in a new issue