1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-05 23:50:53 +02:00
docker-nextcloud/19.0-rc/fpm-alpine/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2020-11-13 01:50:32 +01:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);