20 lines
261 B
Text
20 lines
261 B
Text
# config file for the Koji messagebus plugin
|
|
|
|
[broker]
|
|
host = amqp.example.com
|
|
port = 5671
|
|
ssl = true
|
|
auth = PLAIN
|
|
username = guest
|
|
password = guest
|
|
|
|
[exchange]
|
|
name = koji.events
|
|
type = topic
|
|
durable = true
|
|
|
|
[topic]
|
|
prefix = koji.event
|
|
|
|
[format]
|
|
encoding=json
|