Add an empty endpoints dict because fedmsg
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
a24287b5e3
commit
7d003a81bc
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ items:
|
|||
import socket
|
||||
config = dict(
|
||||
zmq_enabled=True,
|
||||
endpoints={},
|
||||
# Openshift requires that we relay through the fedmsg relay because we don't
|
||||
# know our hostname.
|
||||
active=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue