1
This commit is contained in:
@@ -11,7 +11,7 @@ declare(strict_types=1);
|
||||
*/
|
||||
return [
|
||||
'default' => [
|
||||
'host' => env('AMQP_HOST', '42.193.16.243'),
|
||||
'host' => env('AMQP_HOST', '127.0.0.1'),
|
||||
'port' => (int) env('AMQP_PORT', 5672),
|
||||
'user' => env('AMQP_USER', 'gdxz_2022rabbitmq'),
|
||||
'password' => env('AMQP_PASSWORD', 'qwr2p&¥e@3.2p'),
|
||||
|
||||
Reference in New Issue
Block a user