mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
5 lines
70 B
PHP
5 lines
70 B
PHP
|
|
<?php
|
||
|
|
$CONFIG = array (
|
||
|
|
'memcache.local' => '\OC\Memcache\APCu',
|
||
|
|
);
|