petegautier / dpctest
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- momentohq/client-sdk-php: dev-drupal-psr-log-version
This package is auto-updated.
Last update: 2024-12-28 00:23:48 UTC
README
Prerequisites
A Momento API Token is required. You can generate one using the Momento Console.
Installation
Add the module with composer require momentohq/drupal-cache:dev-main
and enable in Drupal.
Add the following to your settings.php
file, replacing <YOUR_MOMENTO_TOKEN>
with the token you generated in the console.
$settings['cache']['default'] = 'cache.backend.momento_cache'; $settings['momento_cache']['auth_token'] = <YOUR_MOMENTO_TOKEN>;