toddlers: Simplify a little the fedora-messaging config and adjust it for stg
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
43b04c54f7
commit
23099a2282
1 changed files with 2 additions and 8 deletions
|
@ -24,20 +24,14 @@ certfile = "/etc/pki/rabbitmq/cert/toddlers.crt"
|
|||
app = "toddlers"
|
||||
app_url = "https://pagure.io/fedora-infra/toddlers"
|
||||
|
||||
[exchanges."amq.topic"]
|
||||
type = "topic"
|
||||
durable = true
|
||||
auto_delete = false
|
||||
arguments = {}
|
||||
|
||||
[queues.toddlers]
|
||||
[queues.toddlers{{ env_suffix }}]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
arguments = {}
|
||||
|
||||
[[bindings]]
|
||||
queue = "toddlers"
|
||||
queue = "toddlers{{ env_suffix }}"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = ["#"] # This is dynamically generated in the code
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue