petegautier/dpctest

Installs: 31

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-module

dev-main 2023-09-27 21:36 UTC

This package is auto-updated.

Last update: 2024-04-27 22:50:19 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>;