self-hosting/roles/nextcloud-docker/files/nextcloud/config/apcu.config.php
2017-12-31 14:03:28 +01:00

4 lines
70 B
PHP
Executable file

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