debian-koji/plugins/hub/messagebus.conf
Ralph Bean 43ba5a6071
Install both hub and builder plugins.
This is a different take at https://pagure.io/koji/pull-request/45

Instead of installing just the runroot builder plugin explicitly, here we
separate the plugins out into hub and builder plugins explicitly and install
each type in turn.
2016-04-08 10:05:28 -04:00

24 lines
424 B
Text

# config file for the Koji messagebus plugin
[broker]
host = amqp.example.com
port = 5671
ssl = true
timeout = 10
heartbeat = 60
# PLAIN options
auth = PLAIN
username = guest
password = guest
# GSSAPI options
# auth = GSSAPI
# keytab = /etc/koji-hub/plugins/koji-messagebus.keytab
# principal = messagebus/koji.example.com@EXAMPLE.COM
[exchange]
name = koji.events
type = topic
durable = true
[topic]
prefix = koji.event