# ============================================================================
# ENV EXAMPLE — salin ke .env.local (dev) / .env.production (deploy)
# Semua placeholder [ISI ...] harus diisi sebelum produksi (PLAN.md §6.5, §6B)
# ============================================================================

# --- URL ---
NEXT_PUBLIC_SITE_URL=https://epeducation.id
NEXT_PUBLIC_WP_API_URL=https://wp.epeducation.id/wp-json/wp/v2
NEXT_PUBLIC_WP_EMPOWERMENT_URL=https://wp.epeducation.id/wp-json/empowerment/v1

# --- Contact form email (Resend) ---
RESEND_API_KEY=re_[ISI_RESEND_API_KEY]
RESEND_FROM_EMAIL=no-reply@epeducation.id
CONTACT_TO_EMAIL=[ISI EMAIL]

# --- Webhook revalidation (WP → Next.js) ---
REVALIDATE_SECRET=46f6d71ff704c5256732a33435c223d009cd05eb45553646b6f78ac9732aa8dc
