docker-nextcloud/29/apache/config/apcu.config.php

5 lines
70 B
PHP
Raw Normal View History

2024-04-24 02:28:00 +02:00
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);