wupengfei 2 years ago
parent
commit
efddd2d1ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      thinkphp/library/think/cache/driver/Redis.php

+ 2 - 2
thinkphp/library/think/cache/driver/Redis.php

@@ -23,9 +23,9 @@ use think\cache\Driver;
 class Redis extends Driver
 {
     protected $options = [
-        'host'       => '8.136.12.232',
+        'host'       => '120.79.86.50',
         'port'       => 6379,
-        'password'   => 'xiang123456',
+        'password'   => '',
         'select'     => 0,
         'timeout'    => 0,
         'expire'     => 0,