just change random config values until fedmsg works

This commit is contained in:
Jeremy Cline 2018-09-25 20:40:13 +00:00
parent 7e72c96681
commit 979b207c78

View file

@ -149,7 +149,7 @@ items:
"crypto_backend": "x509", "crypto_backend": "x509",
"ssldir": "/etc/pki/fedmsg/", "ssldir": "/etc/pki/fedmsg/",
"cert_prefix": "release-monitoring", "cert_prefix": "release-monitoring",
"certnames": {"release-monitoring.{}".format(socket.gethostname()): "release-monitoring"}, "certnames": {"anitya.{}".format(socket.gethostname()): "release-monitoring"},
{% if env == 'staging' %} {% if env == 'staging' %}
"environment": "stg", "environment": "stg",
"relay_inbound": ["tcp://busgateway01.stg.phx2.fedoraproject.org:9941"], "relay_inbound": ["tcp://busgateway01.stg.phx2.fedoraproject.org:9941"],