17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
# Production Environment Variables
|
|
# API Configuration
|
|
NEXT_PUBLIC_API_URL=https://portfolio-host.com/api
|
|
|
|
# Next.js Settings
|
|
NODE_ENV=production
|
|
|
|
# Feature Flags
|
|
NEXT_PUBLIC_ENABLE_ANALYTICS=true
|
|
NEXT_PUBLIC_ENABLE_ERROR_TRACKING=true
|
|
|
|
# Performance & Optimization
|
|
NEXT_PUBLIC_ENABLE_COMPRESSION=true
|
|
|
|
# Security
|
|
NEXT_PUBLIC_STRICT_SECURITY_HEADERS=true
|