Add endpoints for the badges awarder.

This commit is contained in:
Ralph Bean 2013-06-14 04:25:04 +00:00
parent 6e2dc648f6
commit 5c8061f6a5
2 changed files with 14 additions and 0 deletions

View file

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

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