nextcloud-docker/18.0-rc/fpm/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2020-09-05 03:46:19 +02:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);