update drupal settings

master
Gdilove 2023-11-17 01:51:14 +08:00
parent 1c0879a57e
commit 15f504659a
1 changed files with 1 additions and 1 deletions

View File

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