浏览代码

redis密码

lizhen_gitee 3 月之前
父节点
当前提交
08f69ffd49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/config.php

+ 1 - 1
application/config.php

@@ -316,7 +316,7 @@ return [
     'redis'                  => [
         'host'      => '127.0.0.1',
         'port'      => 6379,
-        'redis_pwd' => '',
+        'redis_pwd' => 'huxiu001',
         'redis_selectdb' => 11,
     ],