Files
hassio-addons/nextcloud/rootfs/defaults/config.php
Alexandre 90f333c40d New logic
2021-12-14 13:39:15 +01:00

7 lines
114 B
PHP

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