mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-06 22:24:59 +01:00
5 lines
70 B
PHP
5 lines
70 B
PHP
|
<?php
|
||
|
$CONFIG = array (
|
||
|
'memcache.local' => '\OC\Memcache\APCu',
|
||
|
);
|