Two updates were made here: 1. Migrate from Mix.Config to Config 2. Use runtime to fetch dynamic configurations
To make easier to run the app locally with docker and in CI, the configurations were adjusted to read the database access from environment variables: 1. POSTGRES_USER 2. POSTGRES_PASS 3. POSTGRES_HOST
Create new phoenix project