Update config.php to match what's actually installed

This commit is contained in:
Jake Howard 2020-02-17 13:03:18 +00:00
parent 11260d5a08
commit 88884a0f3a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -21,7 +21,7 @@ $CONFIG = array (
2 => 'onlyoffice.jakehoward.tech',
),
'dbtype' => 'mysql',
'version' => '18.0.0.10',
'version' => '18.0.1.3',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb:3306',
@ -45,4 +45,6 @@ $CONFIG = array (
'twofactor_enforced_excluded_groups' =>
array (
),
'theme' => '',
'loglevel' => 2,
);