openscanhub: set DEVEL_EMAIL_ADDRESS to empty value

... as there is nobody tracking failed tasks.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-05-03 15:27:35 +02:00
parent 8a1a6a3733
commit 2ee9b289a2

View file

@ -127,7 +127,7 @@ UMB_TOPIC_PREFIX = 'topic://VirtualTopic.eng.OpenScanHub.scan'
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"
DEVEL_EMAIL_ADDRESS = ""
# Default e-mail domain name for sending notifications to the user.
# It is used when `email` field in the user model is not set.