forked from southwellmedia/velocity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
52 lines (38 loc) · 2.05 KB
/
.env.example
File metadata and controls
52 lines (38 loc) · 2.05 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
44
45
46
47
48
49
50
51
52
# =============================================================================
# Velocity - Environment Configuration
# =============================================================================
# Copy this file to .env and fill in your values
# Variables prefixed with PUBLIC_ are exposed to the browser - NEVER prefix secrets
# -----------------------------------------------------------------------------
# Required
# -----------------------------------------------------------------------------
# Your production site URL (used for sitemap, canonical URLs, OG images)
SITE_URL=https://example.com
# -----------------------------------------------------------------------------
# Analytics (optional)
# -----------------------------------------------------------------------------
# Google Analytics 4 Measurement ID
# PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
# Google Tag Manager Container ID
# PUBLIC_GTM_ID=GTM-XXXXXXX
# -----------------------------------------------------------------------------
# Form Handling (optional)
# -----------------------------------------------------------------------------
# External endpoint for contact form submissions
# CONTACT_FORM_ENDPOINT=https://api.example.com/contact
# Newsletter service API key (server-side only)
# NEWSLETTER_API_KEY=your-api-key
# -----------------------------------------------------------------------------
# Search Engine Verification (optional)
# -----------------------------------------------------------------------------
# Google Search Console verification code
# GOOGLE_SITE_VERIFICATION=your-verification-code
# Bing Webmaster Tools verification code
# BING_SITE_VERIFICATION=your-verification-code
# -----------------------------------------------------------------------------
# Consent / Privacy (optional)
# -----------------------------------------------------------------------------
# Enable the cookie consent banner (requires analytics to be configured)
# PUBLIC_CONSENT_ENABLED=true
# Link to your privacy policy page (shown in consent banner when set)
# PUBLIC_PRIVACY_POLICY_URL=/privacy