Files
hassio-addons/nextcloud/rootfs/defaults/config.php
Marcio Granzotto Rodrigues 38b43d0096 Update config.php
2021-12-30 03:30:01 -03:00

7 lines
115 B
PHP

<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
'datadirectory' => '%%datadirectory%%',
);