openscanhub: use fedoraproject.org e-mail domain

Related: https://github.com/openscanhub/openscanhub/issues/253

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-04-15 16:39:07 +02:00 committed by kevin
parent 9825095021
commit 5b25f29396

View file

@ -125,9 +125,14 @@ UMB_TOPIC_PREFIX = 'topic://VirtualTopic.eng.OpenScanHub.scan'
# E-mail address used in the From: field of notifications generated by OpenScanHub
NOTIFICATION_EMAIL_ADDRESS = "openscanhub@lists.fedoraproject.org"
# E-mail address where notifications about failed/cancelled tasks are sent
DEVEL_EMAIL_ADDRESS = "no-reply@example.org"
# Default e-mail domain name for sending notifications to the user.
# It is used when `email` field in the user model is not set.
DEFAULT_EMAIL_DOMAIN = "fedoraproject.org"
URL_PREFIX = ""
STATIC_URL = URL_PREFIX + '/static/'