Once upon a time, there was broken config

This commit is contained in:
Michal Konečný 2018-11-30 09:47:23 +01:00
parent 33241e7f59
commit fb51cd14ec

View file

@ -259,11 +259,11 @@ items:
"ssldir": "/etc/pki/fedmsg/",
"cert_prefix": "release-monitoring",
"certnames": {"anitya.{}".format(socket.gethostname()): "release-monitoring"},
{% if env == 'staging' %}
{% if env == 'staging' %}
"endpoints": {"anitya.stg": "tcp://busgateway01.stg.phx2.fedoraproject.org:9940"},
"environment": "stg",
{% else %}
{% else %}
"endpoints": {"anitya.prod": "tcp://busgateway01.phx2.fedoraproject.org:9940"},
"environment": "prod",
{% endif %}
}
{% endif %}
}