diff --git a/conf/local.py.j2 b/conf/local.py.j2 index 39ffa11..415c336 100644 --- a/conf/local.py.j2 +++ b/conf/local.py.j2 @@ -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 = {