Конфиги для локальных настроек соединения с RabbitMQ

This commit is contained in:
ErickSkrauch 2016-04-15 01:45:33 +03:00
parent d2c064ac88
commit 1844d460f3
2 changed files with 14 additions and 0 deletions

View File

@ -18,5 +18,12 @@ return [
'port' => 6379,
'database' => 0,
],
'amqp' => [
'host' => 'localhost',
'port' => 5672,
'user' => 'root',
'password' => '',
'vhost' => '/',
],
],
];

View File

@ -12,5 +12,12 @@ return [
'port' => 6379,
'database' => 0,
],
'amqp' => [
'host' => 'localhost',
'port' => 5672,
'user' => 'root',
'password' => '',
'vhost' => '/',
],
],
];