8 lines
164 B
Bash
8 lines
164 B
Bash
|
|
DB_PORT=5432
|
||
|
|
DB_USER=recipe_app
|
||
|
|
DB_PASSWORD=password
|
||
|
|
DB_NAME=recipe_app
|
||
|
|
BACKEND_PORT=3000
|
||
|
|
FRONTEND_PORT=8080
|
||
|
|
DATABASE_URL='postgres://recipe_app:password@db:5432/'
|