Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow configuring port for test database #6236

Merged

Conversation

particleflux
Copy link

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

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 monicahq#6200
@djaiss
Copy link
Member

djaiss commented Jul 23, 2022

Thanks for this!

@djaiss djaiss merged commit aeffb71 into monicahq:main Jul 23, 2022
@github-actions
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

github-actions bot commented Feb 2, 2024

This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connection for seeding testing db fails if DB PORT is not 3306
2 participants