zhangguidong 2 tahun lalu
induk
melakukan
b9ea820d3b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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'       => '39.105.159.207',
         'port'       => 6379,
         'password'   => 'yuzhou',
         'select'     => 9,