You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow configuring port for test database (#6236)
The `testing` database used for the tests had no way to configure a db
server port. It always used some default fallback port (probably of the
pdo driver).
Added the `port` config setting with a new env variable `DB_TEST_PORT`.
Fixes#6200
0 commit comments