Skip to content

Commit

Permalink
Correct memcache service name in Acquia recipe (#3) (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Charbonneau Wells <10456740+cdubz@users.noreply.github.com>
  • Loading branch information
John Ouellet and cdubz authored Dec 2, 2021
1 parent 3bd99de commit d880236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/acquia/acquia-settings.inc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ $databases['default']['default'] = [
];

$settings['hash_salt'] = md5(getenv('LANDO_HOST_IP'));
$settings['memcache']['servers'] = ['memcached:11211' => 'default'];
$settings['memcache']['servers'] = ['cache:11211' => 'default'];
$settings['memcache']['bins'] = ['default' => 'default'];
$settings['memcache']['key_prefix'] = '';

0 comments on commit d880236

Please sign in to comment.