update drupal settings

master
Gdilove 2023-11-17 01:52:59 +08:00
parent 15f504659a
commit 92ce4cc4c3
1 changed files with 1 additions and 1 deletions

View File

@ -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