mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-28 00:38:46 +03:00
Fix RabbitMQ dev port
This commit is contained in:
parent
ab96297e58
commit
1331b3f87c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ return [
|
|||
'rabbitmq' => [
|
||||
'enabled' => true,
|
||||
'host' => 'shlink_rabbitmq',
|
||||
'port' => '5673',
|
||||
'port' => '5672',
|
||||
'user' => 'rabbit',
|
||||
'password' => 'rabbit',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue