mirror of
https://github.com/elyby/accounts.git
synced 2024-12-28 08:00:25 +05:30
Конфиги для локальных настроек соединения с RabbitMQ
This commit is contained in:
parent
d2c064ac88
commit
1844d460f3
@ -18,5 +18,12 @@ return [
|
|||||||
'port' => 6379,
|
'port' => 6379,
|
||||||
'database' => 0,
|
'database' => 0,
|
||||||
],
|
],
|
||||||
|
'amqp' => [
|
||||||
|
'host' => 'localhost',
|
||||||
|
'port' => 5672,
|
||||||
|
'user' => 'root',
|
||||||
|
'password' => '',
|
||||||
|
'vhost' => '/',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
@ -12,5 +12,12 @@ return [
|
|||||||
'port' => 6379,
|
'port' => 6379,
|
||||||
'database' => 0,
|
'database' => 0,
|
||||||
],
|
],
|
||||||
|
'amqp' => [
|
||||||
|
'host' => 'localhost',
|
||||||
|
'port' => 5672,
|
||||||
|
'user' => 'root',
|
||||||
|
'password' => '',
|
||||||
|
'vhost' => '/',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user