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 = "toddlers"
|
||||||
app_url = "https://pagure.io/fedora-infra/toddlers"
|
app_url = "https://pagure.io/fedora-infra/toddlers"
|
||||||
|
|
||||||
[exchanges."amq.topic"]
|
[queues.toddlers{{ env_suffix }}]
|
||||||
type = "topic"
|
|
||||||
durable = true
|
|
||||||
auto_delete = false
|
|
||||||
arguments = {}
|
|
||||||
|
|
||||||
[queues.toddlers]
|
|
||||||
durable = true
|
durable = true
|
||||||
auto_delete = false
|
auto_delete = false
|
||||||
exclusive = false
|
exclusive = false
|
||||||
arguments = {}
|
arguments = {}
|
||||||
|
|
||||||
[[bindings]]
|
[[bindings]]
|
||||||
queue = "toddlers"
|
queue = "toddlers{{ env_suffix }}"
|
||||||
exchange = "amq.topic"
|
exchange = "amq.topic"
|
||||||
routing_keys = ["#"] # This is dynamically generated in the code
|
routing_keys = ["#"] # This is dynamically generated in the code
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue