mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Fixed indendation issues
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
old_sound_rabbit_mq:
|
||||
connections:
|
||||
default:
|
||||
url: '%env(RABBITMQ_URL)%'
|
||||
vhost: '%env(RABBITMQ_VHOST)%'
|
||||
lazy: false
|
||||
connection_timeout: 3
|
||||
read_write_timeout: 3
|
||||
connections:
|
||||
default:
|
||||
url: '%env(RABBITMQ_URL)%'
|
||||
vhost: '%env(RABBITMQ_VHOST)%'
|
||||
lazy: false
|
||||
connection_timeout: 3
|
||||
read_write_timeout: 3
|
||||
|
||||
# requires php-amqplib v2.4.1+ and PHP5.4+
|
||||
keepalive: false
|
||||
# requires php-amqplib v2.4.1+ and PHP5.4+
|
||||
keepalive: false
|
||||
|
||||
# requires php-amqplib v2.4.1+
|
||||
heartbeat: 0
|
||||
# requires php-amqplib v2.4.1+
|
||||
heartbeat: 0
|
||||
|
||||
#requires php_sockets.dll
|
||||
use_socket: true # default false
|
||||
#requires php_sockets.dll
|
||||
use_socket: true # default false
|
||||
|
||||
Reference in New Issue
Block a user