-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 806 Bytes
/
.env.example
File metadata and controls
28 lines (22 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Required
DATABASE_URL=postgresql://localhost/sfpulse
# Optional — Redis enables multi-instance SSE pub/sub. If unset, falls back to in-process.
REDIS_URL=
# Server
HOST=0.0.0.0
PORT=8000
APP_URL=http://localhost:8000
# Cron / mutation guard. Required in production for protected endpoints.
CRON_SECRET=
# Web Push (VAPID). Required only if you want push notifications.
# Generate via: uv run python -m bin.gen_vapid
VAPID_PUBLIC_KEY=
VAPID_PRIVATE_KEY=
VAPID_SUBJECT=mailto:admin@example.com
# LLM extraction. Optional — without these, only regex sources (SFist, Michelin) produce results.
LLM_API_KEY=
LLM_PROVIDER=openai # openai | anthropic (auto-detected from key prefix when omitted)
LLM_MODEL=gpt-4o-mini
# Cron service / workflow trigger
RENDER_API_KEY=
SF_PULSE_WORKFLOW_SLUG=