Fix TOML syntax on staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
499ff17f5e
commit
e90e3db279
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ certfile = "/etc/pki/fedora-messaging/datanommer-cert.pem"
|
|||
app = "datanommer"
|
||||
app_url = "https://github.com/fedora-infra/datanommer"
|
||||
|
||||
[queues.datanommer{{ env_suffix }}]
|
||||
[queues."datanommer{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
|
|
|
@ -27,7 +27,7 @@ certfile = "/etc/pki/rabbitmq/cert/toddlers.crt"
|
|||
app = "toddlers"
|
||||
app_url = "https://pagure.io/fedora-infra/toddlers"
|
||||
|
||||
[queues.toddlers{{ env_suffix }}]
|
||||
[queues."toddlers{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue