recipe-backend/.env
2025-09-22 20:17:46 +02:00

8 lines
170 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-dev
NODE_ENV=dev