We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4009114 commit 9023ab0Copy full SHA for 9023ab0
1 file changed
templates/pra.config.mustache
@@ -4,7 +4,7 @@ $config = array(
4
'servers' => array(
5
array(
6
'name' => getenv('VIRTUAL_HOST'), // Optional name.
7
- 'host' => 'redis',
+ 'host' => 'global-redis',
8
'port' => 6379,
9
'filter' => '*',
10
'scheme' => 'tcp', // Optional. Connection scheme. 'tcp' - for TCP connection, 'unix' - for connection by unix domain socket
0 commit comments