Add data directory option on NextCloud

This commit is contained in:
Marcio Granzotto
2021-12-29 15:36:39 -03:00
parent fe24fcf98f
commit c01b4f89c6
4 changed files with 8 additions and 1 deletions

View File

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