# Findagram Frontend Environment Variables # Copy this file to .env.development or .env.production # API URL for backend endpoints # Local development: http://localhost:3010 # Production: leave empty (uses relative path via ingress) REACT_APP_API_URL=http://localhost:3010