- Add findagram.co React frontend with product search, brands, categories - Add findadispo.com React frontend with dispensary locator - Wire findagram to backend /api/az/* endpoints - Update category/brand links to route to /products with filters - Add k8s manifests for both frontends - Add multi-domain user support migrations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
# 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
|