This commit is contained in:
Enoch
2024-08-11 17:48:45 +08:00
parent 357735ee22
commit ebe8902831
189 changed files with 23349 additions and 25 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
return [
'default' => [
'host' => '127.0.0.1',
'password' => null,
'password' => getenv('redis_password'),
'port' => 6379,
'database' => 0,
'database' => 2,
],
];