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