Update docker and ENV settings

This commit is contained in:
2023-04-12 23:26:48 -04:00
parent 4f7241e146
commit 93aa4b0576
3 changed files with 28 additions and 25 deletions

View File

@ -7,7 +7,7 @@ return [
'engine' => 'mysql',
'name' => $_ENV['MYSQL_DATABASE'],
'host' => (object) [
'name' => 'db'
'name' => $_ENV['MYSQL_HOST']
],
'user' => (object) [
'name' => $_ENV['MYSQL_USER'],