Explorar el Código

Fixed a value in the shared configurations for the library examples

Daniele Alessandri hace 15 años
padre
commit
dc50258c28
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/SharedConfigurations.php

+ 1 - 1
examples/SharedConfigurations.php

@@ -1,7 +1,7 @@
 <?php
 require_once '../lib/Predis.php';
 
-const REDIS_HOST = '192.168.1.205';
+const REDIS_HOST = '127.0.0.1';
 const REDIS_PORT = 6379;
 const REDIS_DB   = 15;
 ?>