-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 765 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ---------------------------------------------------------------
# .env.example — Caliber Systems Portfolio
# ---------------------------------------------------------------
# Copy this file to .env.local and fill in your values.
# Never commit .env.local — it is gitignored.
# ---------------------------------------------------------------
# Site
# The public URL of the deployed site (used for metadata and canonical URLs)
NEXT_PUBLIC_SITE_URL=https://your-domain.com
# Contact form (future — email delivery API)
# Used when the contact form backend is wired up
# RESEND_API_KEY=
# CONTACT_RECIPIENT_EMAIL=
# Booking system (future — custom scheduling system)
# Will be replaced with the self-hosted booking API when built
# NEXT_PUBLIC_BOOKING_URL=