just change random config values until fedmsg works
This commit is contained in:
parent
7e72c96681
commit
979b207c78
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ items:
|
|||
"crypto_backend": "x509",
|
||||
"ssldir": "/etc/pki/fedmsg/",
|
||||
"cert_prefix": "release-monitoring",
|
||||
"certnames": {"release-monitoring.{}".format(socket.gethostname()): "release-monitoring"},
|
||||
"certnames": {"anitya.{}".format(socket.gethostname()): "release-monitoring"},
|
||||
{% if env == 'staging' %}
|
||||
"environment": "stg",
|
||||
"relay_inbound": ["tcp://busgateway01.stg.phx2.fedoraproject.org:9941"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue