Assist_Design/env/portal-frontend.env.sample

20 lines
759 B
Plaintext
Raw Normal View History

# =============================================================================
# Customer Portal Frontend (Next.js) - Production Environment
# =============================================================================
# Copy to portal-frontend.env
# Note: NEXT_PUBLIC_* variables are embedded at BUILD time
# =============================================================================
NODE_ENV=production
# Application identity shown in UI
NEXT_PUBLIC_APP_NAME=Assist Solutions Portal
NEXT_PUBLIC_APP_VERSION=1.0.0
# API endpoint - use /api for same-origin requests behind nginx proxy
# In production, nginx proxies /api/* to the BFF container
NEXT_PUBLIC_API_BASE=/api
# Disable React Query devtools in production
NEXT_PUBLIC_ENABLE_DEVTOOLS=false