endpoints-fedbadges should eventually be distributed globally.
This commit is contained in:
parent
5c8061f6a5
commit
137781081b
3 changed files with 1 additions and 1 deletions
13
files/fedmsg/endpoints-fedbadges.py.j2
Normal file
13
files/fedmsg/endpoints-fedbadges.py.j2
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% if env == 'staging' %}
|
||||
suffix = 'stg.phx2.fedoraproject.org'
|
||||
{% else %}
|
||||
suffix = 'phx2.fedoraproject.org'
|
||||
{% endif %}
|
||||
|
||||
config = dict(
|
||||
endpoints={
|
||||
"fedbadges.badges-backend01": [
|
||||
"tcp://badges-backend01.%s:3000",
|
||||
],
|
||||
},
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue