This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Description
It's pretty cumbersome to necessitate a separate MySQL config in each service. We should allow services to pull MySQL credentials (user, pass, host, port) from env variables.
This will make things a lot easier for setting up a dev / prod environment, as well as for setting up Docker.
This change will need to be made in all the services that use MySQL.