Enhance project documentation with updated architecture, PostgreSQL integration, and local development setup. Refine admin panel and GitHub Actions details. Remove Firebase configuration from .env.example and clarify database fallback mechanisms.

This commit is contained in:
2026-05-23 10:13:00 +02:00
parent 3218aed0a9
commit 547778bba5
5 changed files with 280 additions and 53 deletions
+5 -8
View File
@@ -1,9 +1,6 @@
# FlixCooks Firebase Configuration
# Replace these placeholder values with your actual Firebase project settings.
# FlixCooks lokale Entwicklung (.env wird nicht committed)
# Kopieren: cp .env.example .env
FIREBASE_API_KEY="AIzaSyYourApiKeyHere"
FIREBASE_AUTH_DOMAIN="flixcooks-your-project-id.firebaseapp.com"
FIREBASE_PROJECT_ID="flixcooks-your-project-id"
FIREBASE_STORAGE_BUCKET="flixcooks-your-project-id.appspot.com"
FIREBASE_MESSAGING_SENDER_ID="123456789012"
FIREBASE_APP_ID="1:123456789012:web:abcdef123456"
# --- 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"