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

@@ -14,7 +14,6 @@
with_items:
- datanommer.py
- badges-awarder.py
- endpoints-fedbadges.py
tags:
- config
notify:

View File

@@ -1,13 +0,0 @@
{% 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",
],
},
)