update drupal settings
parent
15f504659a
commit
92ce4cc4c3
|
@ -197,7 +197,7 @@ if (!\Drupal\Core\Installer\InstallerKernel::installationAttempted() && extensio
|
||||||
$settings['redis.connection']['interface'] = 'PhpRedis';
|
$settings['redis.connection']['interface'] = 'PhpRedis';
|
||||||
$settings['redis.connection']['host'] = 'redis-outi';
|
$settings['redis.connection']['host'] = 'redis-outi';
|
||||||
$settings['redis.connection']['port'] = 6379;
|
$settings['redis.connection']['port'] = 6379;
|
||||||
// $settings['redis.connection']['password'] = "mypassword";
|
$settings['redis.connection']['password'] = "lk2(kL8k2@3luf";
|
||||||
|
|
||||||
// Apply changes to the container configuration to better leverage Redis.
|
// Apply changes to the container configuration to better leverage Redis.
|
||||||
// This includes using Redis for the lock and flood control systems, as well
|
// This includes using Redis for the lock and flood control systems, as well
|
||||||
|
|
Loading…
Reference in New Issue