Make connection always as string

This commit is contained in:
wajdi
2020-05-26 20:05:34 +03:00
parent ee5af59ebf
commit 97264e3cba
@@ -1,11 +1,5 @@
amqp_handler:
# You can define connection in both ways: as array or as a string
# connection: 'tcp://guest:guest@172.18.0.01:5672'
connection:
host: 172.18.0.1
port: 5672
user: guest
password: guest
connection: 'tcp://guest:guest@172.18.0.01:5672'
queues_properties:
sync_queue:
name: stores_sync