Replace postgres with mariadb

Its' recommended, and might hopefully fix my annoying auth issues!
This commit is contained in:
Jake Howard
2020-09-26 14:49:38 +01:00
parent 40488f62b7
commit 3c21c5670c
2 changed files with 11 additions and 24 deletions

View File

@ -18,12 +18,12 @@ $CONFIG = array (
array (
0 => 'intersect.jakehoward.tech',
),
'dbtype' => 'pgsql',
'dbtype' => 'mysql',
'version' => '19.0.3.1',
'overwrite.cli.url' => 'https://intersect.jakehoward.tech',
'dbname' => 'nextcloud',
'dbhost' => 'db',
'dbport' => '5432',
'dbhost' => 'mariadb',
'dbport' => '3306',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',