Update Nextcloud to 13.0.5

This commit is contained in:
Paul-Henri Froidmont 2018-07-27 19:14:59 +02:00
parent 7cbd38d400
commit 8cf242a645
9 changed files with 72 additions and 91 deletions

View file

@ -0,0 +1,20 @@
<?php
$CONFIG = array (
'instanceid' => 'ocbsz7gnyjst',
'passwordsalt' => '{{nextcloud_passwordsalt}}',
'secret' => '{{nextcloud_secret}}',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'web',
2 => 'cloud.banditlair.com',
),
'datadirectory' => '/var/www/html/data',
'overwrite.cli.url' => 'https://cloud.banditlair.com',
'htaccess.RewriteBase' => '/',
'maintenance' => false,
'updater.release.channel' => 'stable',
'loglevel' => '1',
'filelocking.enabled' => true,
'theme' => '',
);