Name is longer than just the prefix.
This commit is contained in:
parent
01a57debe5
commit
87c3a80974
1 changed files with 3 additions and 1 deletions
|
@ -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(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue