15 lines
203 B
Text
15 lines
203 B
Text
# config file for the Koji messagebus plugin
|
|
|
|
[broker]
|
|
host = amqp.example.com
|
|
port = 5671
|
|
ssl = true
|
|
auth = PLAIN
|
|
username = guest
|
|
password = guest
|
|
|
|
[queues]
|
|
prefix = koji.event
|
|
|
|
[format]
|
|
encoding=json
|