Update config.php to match what's actually installed
This commit is contained in:
parent
11260d5a08
commit
88884a0f3a
1 changed files with 3 additions and 1 deletions
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue