Off by one.

This commit is contained in:
Ralph Bean 2014-10-03 19:38:12 +00:00
parent e03749129e
commit ccf0d22e10

View file

@ -6,7 +6,7 @@ config = dict(
{% if env != 'staging' %}
endpoints={
"anitya-public-relay": [
"tcp://anitya-frontend01.fedoraproject.org:9941",
"tcp://anitya-frontend01.fedoraproject.org:9940",
],
},
{% endif %}