try again

This commit is contained in:
Micke Nordin 2025-01-24 17:44:13 +01:00
parent b5f529ffbd
commit 558c0fc882

View file

@ -29,7 +29,7 @@ data:
'config_is_read_only' => false,
'csrf.disabled' => true,
'datadirectory' => '/var/www/html/data',
'dbhost' => getenv('MYSQL_HOST') . ':' .getenv('MYSQL_PORT'),
'dbhost' => getenv('MYSQL_HOST') . ':' . getenv('MYSQL_PORT'),
'dbname' => getenv('MYSQL_DATABASE'),
'dbpassword' => getenv('MYSQL_PASSWORD'),
'dbport' => getenv('MYSQL_PORT'),