recipe-backend/.env
2025-09-21 12:39:54 +02:00

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