0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 18:56:09 +02:00
nextcloud-docker/13.0_prereleases/apache/config/apcu.config.php
mr-bolle ce694f0303
13.0.0RC1 [20180111]
adjust to the RC1 from the version 13
2018-01-13 11:02:50 +01:00

4 lines
70 B
PHP

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