songxingwei hace 2 años
padre
commit
62d5ab7a1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      thinkphp/library/think/cache/driver/Redis.php

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

@@ -23,7 +23,7 @@ use think\cache\Driver;
 class Redis extends Driver
 {
     protected $options = [
-        'host'       => '127.0.0.1',
+        'host'       => '120.79.86.50',
         'port'       => 6379,
         'password'   => 'hdl2022',
         'select'     => 9,