22 lines
390 B
Plaintext
22 lines
390 B
Plaintext
# Server
|
|
PORT=3001
|
|
|
|
# OpenRouter API (for AI features)
|
|
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
|
MODEL=openai/gpt-4o-mini
|
|
|
|
# Notion integration (optional)
|
|
NOTION_API_KEY=
|
|
NOTION_DATABASE_ID=
|
|
|
|
# Webhook security (optional)
|
|
WEBHOOK_SECRET=
|
|
|
|
# Pipeline configuration
|
|
PIPELINE_TOP_N=10
|
|
PIPELINE_MIN_SCORE=50
|
|
|
|
# RXResume credentials (for PDF generation)
|
|
RXRESUME_EMAIL=
|
|
RXRESUME_PASSWORD=
|