Replace postgres with mariadb
Its' recommended, and might hopefully fix my annoying auth issues!
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user