openscanhub: enable sending messages to rabbitmq
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
1f771cc4c1
commit
3c32cf2e24
1 changed files with 3 additions and 0 deletions
|
@ -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']
|
ALLOWED_HOSTS = ['openscanhub{{ env_suffix }}.fedoraproject.org']
|
||||||
|
|
||||||
CSRF_TRUSTED_ORIGINS = ['https://openscanhub{{ env_suffix }}.fedoraproject.org']
|
CSRF_TRUSTED_ORIGINS = ['https://openscanhub{{ env_suffix }}.fedoraproject.org']
|
||||||
|
|
||||||
|
# Enable sending messages to rabbitmq
|
||||||
|
ENABLE_FEDORA_MESSAGING = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue