Skip to content

Commit

Permalink
Adding port as envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviemirmon committed Apr 20, 2024
1 parent b63e5f8 commit bf08aa1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@
'username' => getenv('MYSQL_USER'),
'password' => getenv('MYSQL_PASSWORD'),
'host' => getenv('MYSQL_HOST'),
'port' => getenv('MYSQL_PORT')
'driver' => 'mysql',
];

Expand Down

0 comments on commit bf08aa1

Please sign in to comment.