Browse Source

冲突修复

HanGuangxu 6 years ago
parent
commit
7dd1ac5bbd
1 changed files with 3 additions and 7 deletions
  1. 3 7
      common/config/redis-local.php

+ 3 - 7
common/config/redis-local.php

@@ -8,12 +8,8 @@ return [
 //    'database' => 0,
 //    'password' => 'redis12078',
 
-//    'hostname'	=> '139.196.43.170',
-//    'port' => 6378,
-//    'database' => 0,
-//    'password' => 'airent-redis~123',
-    'hostname'	=> '127.0.0.1',
-    'port' => 6379,
+    'hostname'	=> '139.196.43.170',
+    'port' => 6378,
     'database' => 0,
-    'password' => 'redis',
+    'password' => 'airent-redis~123',
 ];