rabbit/queue: Fix default value for message_ttl

This commit is contained in:
Mikolaj Izdebski 2019-09-19 16:08:11 +02:00 committed by Pierre-Yves Chibon
parent 22dfe009c8
commit da1144aa65

View file

@ -3,6 +3,6 @@ vhost: /pubsub
default_exchange: amq.topic default_exchange: amq.topic
routing_keys: routing_keys:
- "#" - "#"
message_ttl: forever message_ttl: null
thresholds: false thresholds: false
nagios_server: noc01.phx2.fedoraproject.org nagios_server: noc01.phx2.fedoraproject.org