This commit is contained in:
2023-05-11 13:10:18 +08:00
parent c3e1655996
commit 20dc8782c6
8 changed files with 10 additions and 429 deletions
+1 -1
View File
@@ -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'),