修改huancun

This commit is contained in:
2023-05-15 17:59:15 +08:00
parent 95a14c5a59
commit fa9461bced
3 changed files with 19 additions and 3 deletions
+14
View File
@@ -24,4 +24,18 @@ return [
'max_idle_time' => (float) env('REDIS_MAX_IDLE_TIME', 60),
],
],
'prod' => [
'host' => "139.155.127.177",
'auth' => "gdxz2022t&dj.d",
'port' => 6379,
'db' => (int) env('REDIS_DB', 0),
'pool' => [
'min_connections' => 1,
'max_connections' => 10,
'connect_timeout' => 10.0,
'wait_timeout' => 3.0,
'heartbeat' => -1,
'max_idle_time' => (float) env('REDIS_MAX_IDLE_TIME', 60),
],
],
];