Files
flixcooks-website/.env.example
T

7 lines
326 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FlixCooks lokale Entwicklung (.env wird nicht committed)
# Kopieren: cp .env.example .env
# --- Postgres (docker-compose.dev.yml) ---
# Nur setzen, wenn du die lokale DB testen willst. Ohne DATABASE_URL → Fallback auf data/recipes.json
DATABASE_URL="postgresql://flixcooks:flixcooks_dev@127.0.0.1:5432/flixcooks_dev"