Files
recommender/packages/backend/.env
2026-07-12 12:01:45 -03:00

11 lines
364 B
Bash

# Copy this file to .env.local and fill in the real values.
# .env.local is gitignored and will override these defaults.
# In production / Docker, supply these as environment variables.
DATABASE_URL=postgres://user:password@localhost:5432/recommender
OPENAI_API_KEY=your-openai-api-key-here
# provider settings
PROVIDER_URL=https://your-provider.example.com/v1