update drupal settings
parent
1c0879a57e
commit
15f504659a
|
@ -195,7 +195,7 @@ if (!\Drupal\Core\Installer\InstallerKernel::installationAttempted() && extensio
|
|||
// Set Redis as the default backend for any cache bin not otherwise specified.
|
||||
$settings['cache']['default'] = 'cache.backend.redis';
|
||||
$settings['redis.connection']['interface'] = 'PhpRedis';
|
||||
$settings['redis.connection']['host'] = 'redis';
|
||||
$settings['redis.connection']['host'] = 'redis-outi';
|
||||
$settings['redis.connection']['port'] = 6379;
|
||||
// $settings['redis.connection']['password'] = "mypassword";
|
||||
|
||||
|
|
Loading…
Reference in New Issue