zhangguidong преди 2 години
родител
ревизия
ba4d6f27d8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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'       => '127.0.0.1',
+        'host'       => '39.105.159.207',
         'port'       => 6379,
-        'password'   => '',
+        'password'   => 'yuzhou',
         'select'     => 9,
         'timeout'    => 0,
         'expire'     => 0,