Files
hassio-addons/nextcloud/root/defaults/config.php

7 lines
114 B
PHP

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