xiang 6 vuotta sitten
vanhempi
commit
1c73b37178
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      application/redis.php

+ 2 - 2
application/redis.php

@@ -7,9 +7,9 @@
  */
 
 return [
-    'host' => '127.0.0.1',
+    'host' => '172.17.0.2',
     'port' => 6379,
-    'passwd' => '',
+    'passwd' => 'aqm1728',
     'db' => 1,
     'overtime' => 1,
 ];