Name is longer than just the prefix.

This commit is contained in:
Ralph Bean 2017-02-15 17:58:09 +00:00
parent 01a57debe5
commit 87c3a80974

View file

@ -1,5 +1,7 @@
import socket
config = {
# So that the MBS can find it's cert in /etc/fedmsg.d/ssl.py
'cert_prefix': 'mbs',
'name': 'mbs',
'name': 'mbs-%s' % socket.gethostname(),
}