-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
60 lines (48 loc) · 1.82 KB
/
.env.example
File metadata and controls
60 lines (48 loc) · 1.82 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
53
54
55
56
57
58
59
60
# SEO and Analytics Configuration
# Copy this to .env.local and fill in your values
# Site Configuration
NEXT_PUBLIC_SITE_URL=https://www.pgelephant.com
NEXT_PUBLIC_SITE_NAME="pgElephant"
NEXT_PUBLIC_SITE_DESCRIPTION="Enterprise-grade PostgreSQL solutions: RAM clustering, RALE distributed consensus, pgraft Raft extension, and FauxDB MongoDB-compatible document database."
# Analytics
NEXT_PUBLIC_GA_TRACKING_ID=G-XXXXXXXXXX
NEXT_PUBLIC_GTM_ID=GTM-XXXXXXX
NEXT_PUBLIC_ANALYTICS_ENDPOINT=https://analytics.pgelephant.com/track
# Social Media
NEXT_PUBLIC_TWITTER_HANDLE=@pgElephant
NEXT_PUBLIC_GITHUB_URL=https://github.com/pgElephant
NEXT_PUBLIC_LINKEDIN_URL=https://linkedin.com/company/pgelephant
# Search Console Verification
NEXT_PUBLIC_GOOGLE_VERIFICATION=googleb23f567d03136a8b
NEXT_PUBLIC_BING_VERIFICATION=
NEXT_PUBLIC_YANDEX_VERIFICATION=
# Google Indexing API (for quick indexing) - REQUIRED for automated indexing
GOOGLE_CLIENT_EMAIL=your-service-account@your-project.iam.gserviceaccount.com
GOOGLE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----\n"
GOOGLE_PROJECT_ID=your-project-id
# Build Configuration
BUILD_ID=
ANALYZE=false
# Content Management
NEXT_PUBLIC_BLOG_ENABLED=true
NEXT_PUBLIC_DOCS_ENABLED=true
NEXT_PUBLIC_COMMUNITY_ENABLED=true
# Feature Flags
NEXT_PUBLIC_WEB_VITALS_DEBUG=false
NEXT_PUBLIC_SEO_DEBUG=false
NEXT_PUBLIC_PERFORMANCE_MONITORING=true
# API Endpoints
NEXT_PUBLIC_API_BASE_URL=https://api.pgelephant.com
NEXT_PUBLIC_DOWNLOAD_BASE_URL=https://releases.pgelephant.com
# Email Configuration (for contact forms)
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASS=
CONTACT_EMAIL=contact@pgelephant.com
# Database (if using dynamic content)
DATABASE_URL=
REDIS_URL=
# CDN Configuration
NEXT_PUBLIC_CDN_URL=https://cdn.pgelephant.com
NEXT_PUBLIC_IMAGES_CDN=https://images.pgelephant.com