Revert "mts: try to set topic differently for stg and prod"
This reverts commit 8b33644453b2a93a7a22f6da3f16fd29ac4a5390.
This commit is contained in:
parent
606152627d
commit
afb597f942
1 changed files with 0 additions and 5 deletions
|
@ -22,13 +22,8 @@ app_contacts_email = ["cqi@redhat.com"]
|
|||
|
||||
[exchanges."amq.topic"]
|
||||
type = "topic"
|
||||
{% if env == "staging" %}
|
||||
durable = false
|
||||
auto_delete = true
|
||||
{% else %}
|
||||
durable = true
|
||||
auto_delete = false
|
||||
{% endif %}
|
||||
arguments = {}
|
||||
|
||||
[queues."mts{{ env_suffix }}"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue