Files
ember-market-frontend/.env.production
2025-03-23 23:54:59 +00:00

16 lines
319 B
Plaintext

# Disable telemetry for faster builds
NEXT_TELEMETRY_DISABLED=1
# Optimize build process
NEXT_OPTIMIZATION_LEVEL=2
# Reduce log verbosity
NEXT_LOG_LEVEL=error
# Disable source maps in production
GENERATE_SOURCEMAP=false
# API configuration
NEXT_PUBLIC_API_URL=/api
SERVER_API_URL=https://internal-api.inboxi.ng/api