File size: 226 Bytes
3318ac7 | 1 2 3 4 5 6 7 | # Manufacturing Agent - Frontend Configuration
# Backend API URL for analyze endpoint
# Local development: http://localhost:8080
# Production: Update with your backend deployment URL
NEXT_PUBLIC_API_URL=http://localhost:8080
|