Skip to content

Commit 86687c8

Browse files
Update config.sample.inc.php
1 parent 3db9664 commit 86687c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/config.sample.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'servers' => array(
66
array(
77
'name' => 'local server', // Optional name.
8-
'host' => '172.30.102.137',
8+
'host' => '172.31.8.210',
99
'port' => 6379,
1010
'filter' => '*',
1111
'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket

0 commit comments

Comments
 (0)