-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (33 loc) · 1.59 KB
/
.env.example
File metadata and controls
43 lines (33 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ============================================================
# CEJ Landing (MVP)
# Example Environment Variables
# ============================================================
# ------------------------------------------------------------
# Meta Pixel Configuration
# ------------------------------------------------------------
# Your Meta (Facebook) Pixel ID.
# Used for tracking PageView, ViewContent, Lead and Contact events.
NEXT_PUBLIC_PIXEL_ID=XXXXXXXXXXXXXXX
# ------------------------------------------------------------
# Contact Information
# ------------------------------------------------------------
# WhatsApp phone number in international format (no + or spaces).
# Example: 5216561234567 => +52 (1) 656 123 4567
NEXT_PUBLIC_WHATSAPP_NUMBER=521656XXXXXXX
# Main phone number for “Call” CTA link.
NEXT_PUBLIC_PHONE=656XXXXXXX
# ------------------------------------------------------------
# Site Configuration
# ------------------------------------------------------------
# Full base URL of the deployed site (used for absolute URLs in links, OG tags, etc.)
NEXT_PUBLIC_SITE_URL=https://cej.com.mx
# ------------------------------------------------------------
# Optional Settings (future scalability)
# ------------------------------------------------------------
# Company or brand name (used in SEO and metadata)
NEXT_PUBLIC_BRAND_NAME=Concreto y Equipos de Juárez
# Default currency for price events (used in Meta Pixel)
NEXT_PUBLIC_CURRENCY=MXN
# Supabase Configuration
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-secret