add in missing ,s
This commit is contained in:
parent
40879a4fa8
commit
de71bacf72
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ config = dict(
|
|||
ssldir="/etc/pki/fedmsg",
|
||||
|
||||
{% if env == 'staging' %}
|
||||
ca_cert_location="https://stg.fedoraproject.org/fedmsg/ca.crt"
|
||||
ca_cert_location="https://stg.fedoraproject.org/fedmsg/ca.crt",
|
||||
crl_location="https://stg.fedoraproject.org/fedmsg/crl.pem",
|
||||
{% else %}
|
||||
ca_cert_location="https://fedoraproject.org/fedmsg/ca.crt"
|
||||
ca_cert_location="https://fedoraproject.org/fedmsg/ca.crt",
|
||||
crl_location="https://fedoraproject.org/fedmsg/crl.pem",
|
||||
{% endif %}
|
||||
crl_cache="/var/run/fedmsg/crl.pem",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue