Quellcode durchsuchen

Fixed a value in the shared configurations for the library examples

Daniele Alessandri vor 15 Jahren
Ursprung
Commit
dc50258c28
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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;
 ?>