-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 1.04 KB
/
Copy path.env.example
File metadata and controls
33 lines (27 loc) · 1.04 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
# Environment
PORT=3080
BASE_URL=http://localhost:3080
SITE_NAME=Markdisk
SITE_TAGLINE=A file-based publishing CMS
# Optional homepage pin (section path + slug or short slug)
# HOME_FEATURED_SLUG=news/announcements/welcome-to-markdisk
# IndexNow (optional)
# INDEXNOW_KEY=your-32-char-key
# INDEXNOW_HOST=example.com
# INDEXNOW_ENDPOINT=https://yandex.com/indexnow
# Lead magnet email (optional AWS SES)
# SES_FROM_EMAIL=noreply@example.com
# LEAD_MAGNET_REPLY_TO=hello@example.com
# AWS_REGION=us-east-1
# LEAD_MAGNET_SEND_EMAIL=true
# LEAD_MAGNET_DB=data/lead-magnets/lead-magnets.sqlite
# LEAD_MAGNET_PDF_DIR=data/lead-magnets/pdfs
# AWS credentials (optional — prefer IAM role or ~/.aws/credentials locally)
# AWS_ACCESS_KEY_ID=
# AWS_SECRET_ACCESS_KEY=
# AWS_SESSION_TOKEN=
# Debug routes (IndexNow test/submit endpoints — local dev only)
# ENABLE_DEBUG_ROUTES=true
# SSL (optional — enables HTTPS on 443 + redirect on 80)
# SSL_CERT_PATH=/etc/letsencrypt/live/example.com/fullchain.pem
# SSL_KEY_PATH=/etc/letsencrypt/live/example.com/privkey.pem