endpoints-fedbadges should eventually be distributed globally.

This commit is contained in:
Ralph Bean 2013-06-14 04:40:01 +00:00
parent 5c8061f6a5
commit 137781081b
3 changed files with 1 additions and 1 deletions

View 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",
],
},
)