Better dotenv DB_USER=postgres DB_PASSWORD=password DB_NAME=chapter DB_URL=localhost # If running a local setup make sure to set DB_PORT=5432 DB_PORT=54320 DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@${DB_URL}:${DB_PORT}/${DB_NAME}