1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-21 15:06:37 +02:00
docker-nextcloud/.config/apcu.config.php
2017-07-01 15:06:05 +02:00

5 lines
70 B
PHP

<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);