Fix configmap error
This commit is contained in:
parent
20b3fb1547
commit
f9aa357313
1 changed files with 3 additions and 0 deletions
|
@ -251,7 +251,10 @@ items:
|
||||||
import socket
|
import socket
|
||||||
config = {
|
config = {
|
||||||
"zmq_enabled": True,
|
"zmq_enabled": True,
|
||||||
|
"active": True,
|
||||||
"topic_prefix": "org.fedoraproject",
|
"topic_prefix": "org.fedoraproject",
|
||||||
|
"sign_messages": True,
|
||||||
|
"validate_signatures": True,
|
||||||
"anitya.libraryio.enabled": True,
|
"anitya.libraryio.enabled": True,
|
||||||
"crypto_backend": "x509",
|
"crypto_backend": "x509",
|
||||||
"ssldir": "/etc/pki/fedmsg/",
|
"ssldir": "/etc/pki/fedmsg/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue