Off by one.
This commit is contained in:
parent
e03749129e
commit
ccf0d22e10
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ config = dict(
|
||||||
{% if env != 'staging' %}
|
{% if env != 'staging' %}
|
||||||
endpoints={
|
endpoints={
|
||||||
"anitya-public-relay": [
|
"anitya-public-relay": [
|
||||||
"tcp://anitya-frontend01.fedoraproject.org:9941",
|
"tcp://anitya-frontend01.fedoraproject.org:9940",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue