self-hosting/roles/nextcloud-docker/files/nextcloud/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2017-12-31 14:03:28 +01:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);