Skip to content

Commit 9023ab0

Browse files
committed
Apply temporary fix and update host to global-redis
Signed-off-by: Riddhesh Sanghvi <riddheshsanghvi96@gmail.com>
1 parent 4009114 commit 9023ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/pra.config.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $config = array(
44
'servers' => array(
55
array(
66
'name' => getenv('VIRTUAL_HOST'), // Optional name.
7-
'host' => 'redis',
7+
'host' => 'global-redis',
88
'port' => 6379,
99
'filter' => '*',
1010
'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket

0 commit comments

Comments
 (0)