diff --git a/includes/config.sample.inc.php b/includes/config.sample.inc.php index 321c8d6..5a141f5 100644 --- a/includes/config.sample.inc.php +++ b/includes/config.sample.inc.php @@ -5,7 +5,7 @@ 'servers' => array( array( 'name' => 'local server', // Optional name. - 'host' => '127.0.0.1', + 'host' => '172.30.102.137', 'port' => 6379, 'filter' => '*', 'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket