Files
Jose Henrique f9c7582e4d
Some checks failed
Recommender Build and Deploy (internal) / Build Recommender Image (push) Failing after 3m48s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Has been skipped
initial commit
2026-03-25 17:34:37 -03:00

7 lines
292 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