Fix data direcatory

This commit is contained in:
Marcio Granzotto
2021-12-30 00:45:09 -03:00
parent c01b4f89c6
commit 7f0f2a8ced
5 changed files with 15 additions and 9 deletions

View File

@@ -2,5 +2,6 @@
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
'datadirectory' => '%%datadirectory%%',
'overwriteprotocol' => 'https',
);