From 2ee9b289a28eb16ca261421c635ce6868ac3b78a Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Fri, 3 May 2024 15:27:35 +0200 Subject: [PATCH] openscanhub: set `DEVEL_EMAIL_ADDRESS` to empty value ... as there is nobody tracking failed tasks. Signed-off-by: Siteshwar Vashisht --- roles/openshift-apps/openscanhub/templates/settings_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/openscanhub/templates/settings_local.py b/roles/openshift-apps/openscanhub/templates/settings_local.py index 403f532819..96ffeea8e9 100644 --- a/roles/openshift-apps/openscanhub/templates/settings_local.py +++ b/roles/openshift-apps/openscanhub/templates/settings_local.py @@ -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.