19 lines
823 B
Bash
19 lines
823 B
Bash
# Copy to .env.local for development. Never commit .env files.
|
|
|
|
# Canonical site URL — drives canonical tags, OG tags, and the sitemap.
|
|
PUBLIC_SITE_URL=https://adr.smlcompany.ca
|
|
|
|
# Intake form endpoint — API Gateway HTTP API 'adr-intake-api', ca-central-1.
|
|
# [verified 2026-08-26]
|
|
PUBLIC_INTAKE_ENDPOINT=https://4tl0m5igkj.execute-api.ca-central-1.amazonaws.com
|
|
|
|
# Analytics — privacy-first and cookieless (AGENTS.md D15).
|
|
# Plausible or Fathom. No GA4, no consent banner. Leave blank in development.
|
|
PUBLIC_ANALYTICS_PROVIDER=plausible
|
|
PUBLIC_ANALYTICS_DOMAIN=adr.smlcompany.ca
|
|
|
|
# Booking embed — PARKED by Pouya, 2026-08-26 (AGENTS.md R6).
|
|
# /contact/ ships with the intake form and a reserved slot; leave this empty
|
|
# and the booking section does not render. Adding a URL later is a drop-in.
|
|
PUBLIC_BOOKING_URL=
|