-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
35 lines (27 loc) · 1.1 KB
/
Copy path.env.example
File metadata and controls
35 lines (27 loc) · 1.1 KB
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
29
30
31
32
33
34
35
# Database connection string
DATABASE_URL=mongodb://127.0.0.1/rssnotify
# Used to encrypt JWT tokens
PAYLOAD_SECRET=YOUR_SECRET_HERE
# Used to configure CORS, format links and more. No trailing slash
NEXT_PUBLIC_SERVER_URL=http://localhost:3000
# Secret used to authenticate cron jobs
CRON_SECRET=YOUR_CRON_SECRET_HERE
# SMTP URL for Payload email (auth, password reset) and RSS notification delivery.
# Mailgun example (use your domain and SMTP password from Mailgun dashboard):
# SMTP_URL=smtp://postmaster%40mg.yourdomain.com:your-smtp-password@smtp.mailgun.org:587
SMTP_URL=
# Optional overrides for default From header when using SMTP_URL
# SMTP_FROM=noreply@yourdomain.com
# SMTP_FROM_NAME=rssnotify
# Used to validate preview requests
PREVIEW_SECRET=YOUR_PREVIEW_SECRET_HERE
# Random delay before each feed fetch (in seconds)
RSS_FETCH_JITTER_MIN_SECONDS=1
RSS_FETCH_JITTER_MAX_SECONDS=20
# Optional OpenAI enrichment for feed filtering
OPENAI_API_KEY=
# OPENAI_API_KEY=dummy-key
OPENAI_BASE_URL=https://api.openai.com
# OPENAI_BASE_URL=http://localhost:1234
MODEL_NAME=gpt-4o-mini
# MODEL_NAME=openai/gpt-oss-120b