shlink/config/autoload/rabbit.local.php.dist

15 lines
198 B
Text
Raw Normal View History

<?php
declare(strict_types=1);
return [
'rabbitmq' => [
'enabled' => true,
'host' => 'shlink_rabbitmq',
'user' => 'rabbit',
'password' => 'rabbit',
],
];