copr-mbs: we need to listen also to org.fedoraproject.dev (because of internal mbs messages)
This commit is contained in:
parent
cddf101acb
commit
1ffd3c9011
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class ProdConfiguration(base.ProdConfiguration):
|
|||
{% if env == 'staging' %}
|
||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.dev', 'org.fedoraproject.stg']
|
||||
{% else %}
|
||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
|
||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod', 'org.fedoraproject.dev']
|
||||
{% endif %}
|
||||
|
||||
# Allow custom component repositories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue