new-installer: Don't use some made-up $host:$ip for memcached in an example, but 127.0.0.1:11211 which is the default
This commit is contained in:
parent
a643b87295
commit
7807dba0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ No functionality is removed, but speed may be impacted.',
|
|||
'config-cache-memcached' => 'Use Memcached (requires additional setup and configuration)',
|
||||
'config-memcached-servers' => 'Memcached servers:',
|
||||
'config-memcached-help' => 'List of IP addresses to use for Memcached.
|
||||
Should be separated with commas and specify the port to be used (for example: 1.2.3.4:56, 7.8.9.10:11).',
|
||||
Should be separated with commas and specify the port to be used (for example: 127.0.0.1:11211, 192.168.1.25:11211).',
|
||||
'config-extensions' => 'Extensions',
|
||||
'config-extensions-help' => 'The extensions listed above were detected in your <code>./extensions</code> directory.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue