-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
22 lines (19 loc) · 839 Bytes
/
env.example
File metadata and controls
22 lines (19 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ---------------------------------------------------------------------------
# SMTP (required for contact form)
# ---------------------------------------------------------------------------
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=your-smtp-username
SMTP_PASS=your-smtp-password
SMTP_FROM=noreply@yourdomain.com
SMTP_TO=contact@yourdomain.com
# ---------------------------------------------------------------------------
# Optional
# ---------------------------------------------------------------------------
# Sender display name (e.g. "Your Name <noreply@yourdomain.com>")
# SMTP_FROM_NAME=codesark.me
# Debug mode – logs config values (do not enable in production)
# DEBUG=false
# Canonical site URL (used in workflow; can be used for links in emails, etc.)
# NEXT_PUBLIC_SITE_URL=https://codesark.me