From 1faa091e54984637e91b4d22ad948d724859cffd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 5 Feb 2020 12:12:40 +0100 Subject: [PATCH] pagure: turn off fedmsg notifications Signed-off-by: Pierre-Yves Chibon --- roles/pagure/frontend/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 7bd82545d4..253d855a79 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -324,7 +324,7 @@ FAST_CELERY_QUEUE = 'fast_workers' MEDIUM_CELERY_QUEUE = 'medium_workers' SLOW_CELERY_QUEUE = 'slow_workers' PRIVATE_PROJECTS = False -FEDMSG_NOTIFICATIONS = True +FEDMSG_NOTIFICATIONS = False FEDORA_MESSAGING_NOTIFICATIONS = True THEME = 'pagureio'