Skip to content

Commit

Permalink
Merge pull request #88 from powerstackdev/next-puck-drupal
Browse files Browse the repository at this point in the history
Adding port as envvar
  • Loading branch information
xaviemirmon committed Apr 20, 2024
2 parents 54f9f76 + bf08aa1 commit 3ca4937
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 3ca4937

Please sign in to comment.