1
0
Fork 0
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:
Josué Tille 2024-07-08 23:42:06 +02:00
parent e0ecd2bf09
commit 3181523edc
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -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 = {