Fix TOML syntax on staging

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2021-08-12 15:41:10 +02:00
parent 499ff17f5e
commit e90e3db279
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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