Remove duplicate dict key

This commit is contained in:
Aurélien Bompard 2019-02-28 18:39:57 +00:00
parent 40f65d9662
commit 68116c496b

View file

@ -259,11 +259,6 @@ data:
"ca_cert_location": "https://fedoraproject.org/fedmsg/ca.crt",
"ca_cert_cache": "/tmp/fedmsg/ca.crt",
"ca_cert_cache_expiry": 0, # Never expires
"certnames": {
# In prod/stg, map hostname to the name of the cert in ssldir.
# Unfortunately, we can't use socket.getfqdn()
# "app01.stg": "app01.stg.phx2.fedoraproject.org",
},
# A mapping of fully qualified topics to a list of cert names for which
# a valid signature is to be considered authorized. Messages on topics not
# listed here are considered automatically authorized.