recipe_app/example.env

6 lines
137 B
Bash
Raw Normal View History

DB_USER=recipe_app
DB_PASSWORD=password
DB_NAME=recipe_app
FRONTEND_PORT=8080
DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@db:5432/