Once upon a time, there was broken config
This commit is contained in:
parent
33241e7f59
commit
fb51cd14ec
1 changed files with 4 additions and 4 deletions
|
@ -259,11 +259,11 @@ items:
|
||||||
"ssldir": "/etc/pki/fedmsg/",
|
"ssldir": "/etc/pki/fedmsg/",
|
||||||
"cert_prefix": "release-monitoring",
|
"cert_prefix": "release-monitoring",
|
||||||
"certnames": {"anitya.{}".format(socket.gethostname()): "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"},
|
"endpoints": {"anitya.stg": "tcp://busgateway01.stg.phx2.fedoraproject.org:9940"},
|
||||||
"environment": "stg",
|
"environment": "stg",
|
||||||
{% else %}
|
{% else %}
|
||||||
"endpoints": {"anitya.prod": "tcp://busgateway01.phx2.fedoraproject.org:9940"},
|
"endpoints": {"anitya.prod": "tcp://busgateway01.phx2.fedoraproject.org:9940"},
|
||||||
"environment": "prod",
|
"environment": "prod",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue