try again
This commit is contained in:
parent
b5f529ffbd
commit
558c0fc882
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Reference in a new issue