8 lines
166 B
Bash
8 lines
166 B
Bash
PORT=4000
|
|
HOST=0.0.0.0
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USERNAME=recipe-backend
|
|
DB_PASSWORD=yeshu0bue5aigaphie0eemoFey3farei
|
|
DB_DATABASE=recipe-backend
|
|
NODE_ENV=dev
|