|
@@ -1,11 +1,11 @@
|
|
old_sound_rabbit_mq:
|
|
old_sound_rabbit_mq:
|
|
connections:
|
|
connections:
|
|
default:
|
|
default:
|
|
- host: %rabbit_mq.host%
|
|
|
|
- port: %rabbit_mq.port%
|
|
|
|
- user: %rabbit_mq.user%
|
|
|
|
- password: %rabbit_mq.password%
|
|
|
|
- vhost: %rabbit_mq.vhost%
|
|
|
|
|
|
+ host: "%rabbit_mq.host%"
|
|
|
|
+ port: "%rabbit_mq.port%"
|
|
|
|
+ user: "%rabbit_mq.user%"
|
|
|
|
+ password: "%rabbit_mq.password%"
|
|
|
|
+ vhost: "%rabbit_mq.vhost%"
|
|
lazy: false
|
|
lazy: false
|
|
connection_timeout: 3
|
|
connection_timeout: 3
|
|
read_write_timeout: 3
|
|
read_write_timeout: 3
|