Files
food-ai/backend/.env.example
dbastrikin 98adbd72f1 chore: change PostgreSQL host port to 5433
Avoids conflict with other local Postgres instances.
Container internal port stays 5432; only the host-side mapping changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 16:09:34 +02:00

19 lines
391 B
Plaintext

# Database
DATABASE_URL=postgres://food_ai:food_ai_local@localhost:5433/food_ai?sslmode=disable
# Firebase
FIREBASE_CREDENTIALS_FILE=./firebase-credentials.json
# JWT
JWT_SECRET=change-me-in-production
JWT_ACCESS_DURATION=15m
JWT_REFRESH_DURATION=720h
# Server
PORT=8080
ALLOWED_ORIGINS=http://localhost:3000
# External APIs
OPENAI_API_KEY=your-openai-key
PEXELS_API_KEY=your-pexels-key