zhangjidong hace 4 días
padre
commit
09ee64baf8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      config/redis.php

+ 2 - 2
config/redis.php

@@ -8,6 +8,6 @@ return [
     'class' => 'yii\redis\Connection',
     'hostname' => '127.0.0.1',
     'port' => 6379,
-    'database' => 16,
-    'password' => '',
+    'database' => 1,
+    'password' => 'sjsdhj!@#',
 ];