mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
Merge pull request #44 from YunoHost-Apps/fix_default_from_email
Fix default from email
This commit is contained in:
commit
ad935f9e7f
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