Skip to content

Instantly share code, notes, and snippets.

View Ferrmolina's full-sized avatar
⛏️

Fernando Molina Ferrmolina

⛏️
View GitHub Profile
@Ferrmolina
Ferrmolina / php
Last active January 15, 2021 16:48
magento-default-env.php
<?php
return [
'cache' => [
'frontend' => [
'default' => [
'backend' => 'Cm_Cache_Backend_Redis',
'backend_options' => [
'server' => 'redis',
'port' => 6379,
'database' => 1