Browse Source

Weenier 168otc项目部署 0630

wesmiler 3 years ago
parent
commit
d404822390
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

@@ -148,7 +148,7 @@ return [
             'host' => env('REDIS_HOST', '127.0.0.1'),
             'host' => env('REDIS_HOST', '127.0.0.1'),
             'password' => env('REDIS_PASSWORD', null),
             'password' => env('REDIS_PASSWORD', null),
             'port' => env('REDIS_PORT', '6379'),
             'port' => env('REDIS_PORT', '6379'),
-            'database' => env('REDIS_CACHE_DB', '1'),
+            'database' => env('REDIS_DB', '1'),
         ],
         ],
 
 
     ],
     ],