diff --git a/roles/distgit/pagure/templates/pagure_hook.cfg b/roles/distgit/pagure/templates/pagure_hook.cfg index ef27926914..74ce643049 100644 --- a/roles/distgit/pagure/templates/pagure_hook.cfg +++ b/roles/distgit/pagure/templates/pagure_hook.cfg @@ -6,3 +6,6 @@ os.umask(0o002) DB_URL = 'postgresql://{{ distgit_pagure_db_ro_user }}:{{ distgit_pagure_db_ro_pass }}@{{ distgit_pagure_db_host }}/{{ distgit_pagure_db_name }}' {% include "pagure_shared.cfg" %} + +FEDMSG_NOTIFICATIONS = True +FEDORA_MESSAGING_NOTIFICATIONS = False