Robosig: fix queue name
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
bfda868de1
commit
13c564f5fb
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ callback = "robosignatory.consumer:Consumer"
|
|||
# Note the double brackets below.
|
||||
# To add another binding, add another [[bindings]] section.
|
||||
[[bindings]]
|
||||
queue = "robosignatory"
|
||||
queue = "robosignatory{{ env_suffix }}"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = [
|
||||
"org.fedoraproject.*.pungi.compose.ostree",
|
||||
|
@ -28,7 +28,7 @@ certfile = "/etc/pki/fedora-messaging/robosignatory-cert.pem"
|
|||
[client_properties]
|
||||
app = "RoboSignatory"
|
||||
|
||||
[queues.robosignatory]
|
||||
[queues."robosignatory{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue