openscanhub: enable sending messages to rabbitmq

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-09-23 11:56:14 +02:00
parent 1f771cc4c1
commit 3c32cf2e24

View file

@ -169,3 +169,6 @@ NOTIFICATION_EMAIL_FOOTER = """You can reply to this e-mail to initiate a discus
ALLOWED_HOSTS = ['openscanhub{{ env_suffix }}.fedoraproject.org']
CSRF_TRUSTED_ORIGINS = ['https://openscanhub{{ env_suffix }}.fedoraproject.org']
# Enable sending messages to rabbitmq
ENABLE_FEDORA_MESSAGING = True