Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aircodepl committed Feb 8, 2023
1 parent 916df46 commit 7c43464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[
'database' => [
'adapter' => $_ENV['DB_ADAPTER'] ?? 'Mysql',
'host' => $_ENV['DB_HOST'] ?? 'locahost',
'host' => $_ENV['DB_HOST'] ?? 'localhost',
'username' => $_ENV['DB_USERNAME'] ?? 'phalcon',
'password' => $_ENV['DB_PASSWORD'] ?? 'secret',
'dbname' => $_ENV['DB_DBNAME'] ?? 'phalcon_invo',
Expand Down

0 comments on commit 7c43464

Please sign in to comment.