- # Backend API URL for Next.js server-side proxy
- # This is used by the Next.js server to proxy requests to the NestJS API
- # Default: http://localhost:3001
- API_URL=http://localhost:3001
- # Optional: Direct API connection (bypasses proxy)
- # Only set this if you need direct client-to-API communication
- # Leave unset to use the built-in proxy (recommended for production)
- # NEXT_PUBLIC_WATCH_FINISHED_API=http://localhost:3001
|