zhangguidong 2 лет назад
Родитель
Сommit
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,