This repository was archived by the owner on May 14, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
76 lines (61 loc) · 2.34 KB
/
Copy path.env.example
File metadata and controls
76 lines (61 loc) · 2.34 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# ================================================================
# Application Configuration
# ================================================================
# Node environment: development, production, test
NODE_ENV=development
# ================================================================
# Next.js Configuration
# ================================================================
# Public URL of your application
NEXT_PUBLIC_APP_URL=http://localhost:3000
# API URL (if different from app URL)
NEXT_PUBLIC_API_URL=http://localhost:3000/api
# Site name for SEO and metadata
NEXT_PUBLIC_SITE_NAME="Next.js App"
# ================================================================
# Google Drive Configuration
# ================================================================
# Base64 encoded service account credentials
GD_SERVICE_B64=
# Encryption key for secure operations
ENCRYPTION_KEY=
# ================================================================
# Database Configuration (if applicable)
# ================================================================
# DATABASE_URL=postgresql://user:password@localhost:5432/dbname
# ================================================================
# Authentication (if applicable)
# ================================================================
# JWT_SECRET=
# AUTH_SECRET=
# ================================================================
# External Services (if applicable)
# ================================================================
# Analytics
# NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=
# NEXT_PUBLIC_MIXPANEL_TOKEN=
# Error Tracking
# SENTRY_DSN=
# NEXT_PUBLIC_SENTRY_DSN=
# Email Service
# SMTP_HOST=
# SMTP_PORT=
# SMTP_USER=
# SMTP_PASSWORD=
# ================================================================
# Feature Flags (if applicable)
# ================================================================
# NEXT_PUBLIC_ENABLE_FEATURE_X=false
# NEXT_PUBLIC_ENABLE_BETA_FEATURES=false
# ================================================================
# Development Tools
# ================================================================
# Enable debug logging
# DEBUG=true
# Disable Next.js telemetry
NEXT_TELEMETRY_DISABLED=1
# Index password, used when private mode is enabled
SITE_PASSWORD=
# [Optional] Only domain, without protocol (ex: mbaharip.com)
# Needed if you're not using Vercel
NEXT_PUBLIC_DOMAIN=