Revert "mts: try to set topic differently for stg and prod"

This reverts commit 8b33644453b2a93a7a22f6da3f16fd29ac4a5390.
This commit is contained in:
Chenxiong Qi 2019-09-12 20:49:42 +08:00 committed by Pierre-Yves Chibon
parent 606152627d
commit afb597f942

View file

@ -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 }}"]