# Site URL (used for metadata, sitemap, and OG tags)
# NEXT_PUBLIC_SITE_URL=https://www.skyp.lk
NEXT_PUBLIC_SITE_URL=http://localhost:3000

# Backend API Base URL (leave empty to use mock data in development)
# Set this when your backend is ready
NEXT_PUBLIC_API_URL=

# Mock data control (true | false | leave unset for auto)
# true  → always use mock data
# false → always use real API
# unset → auto: mock when API_BASE is empty, real when it's set
NEXT_PUBLIC_USE_MOCK=true

# Environment
NODE_ENV=development

# ─── Contact Form (SMTP) ────────────────────────────────────────────────────
# Optional. Without these, form submissions are logged to the server console.
# Install nodemailer first: npm i nodemailer @types/nodemailer
#
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
# SMTP_USER=dilshanth10@gmail.com
# SMTP_PASS=xrtuofixujamrgpp
# CONTACT_TO_EMAIL=dilshanth10@gmail.com
# CAREERS_TO_EMAIL=dilshanth10@gmail.com

SMTP_USER=skypnmanimart@gmail.com
SMTP_PASS=sglrdfdvuyrlovkz
CONTACT_TO_EMAIL=dilshanth10@gmail.com
CAREERS_TO_EMAIL=dilshanth10@gmail.com
