Skip to content

Commit

Permalink
reverted change in tests/bootstrap.php (db_host value)
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Aug 16, 2024
1 parent 3d72deb commit 2ee9681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'db_name' => 'arc2_test',
'db_user' => 'root',
'db_pwd' => 'Pass123',
'db_host' => 'db',
'db_host' => '127.0.0.1',
'db_port' => $_SERVER['DB_PORT'] ?? 3306,
];

Expand Down

0 comments on commit 2ee9681

Please sign in to comment.