koschei: Make use of fedmsg_env variable
This commit is contained in:
parent
efb8a3a662
commit
d3548b20c7
1 changed files with 1 additions and 5 deletions
|
@ -90,11 +90,7 @@ config = {
|
||||||
},
|
},
|
||||||
"plugins": ['fedmsg'],
|
"plugins": ['fedmsg'],
|
||||||
"fedmsg": {
|
"fedmsg": {
|
||||||
{% if env == 'staging' %}
|
"topic": "org.fedoraproject.{{ fedmsg_env }}.buildsys",
|
||||||
"topic": "org.fedoraproject.stg.buildsys",
|
|
||||||
{% else %}
|
|
||||||
"topic": "org.fedoraproject.prod.buildsys",
|
|
||||||
{% endif %}
|
|
||||||
},
|
},
|
||||||
"fedmsg-publisher": {
|
"fedmsg-publisher": {
|
||||||
"enabled": True,
|
"enabled": True,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue