Files
cannaiq/findadispo/frontend/.env.example
Kelly a0f8d3911c feat: Add Findagram and FindADispo consumer frontends
- 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>
2025-12-05 16:10:15 -07:00

15 lines
552 B
Plaintext

# Findadispo Frontend Environment Variables
# Copy this file to .env.development or .env.production
# API URL for dispensary data endpoints (public API)
# Local development: http://localhost:3010
# Production: https://dispos.crawlsy.com (or your production API URL)
REACT_APP_DATA_API_URL=http://localhost:3010
# API Key for accessing the /api/v1/* endpoints
# Get this from the backend admin panel or database
REACT_APP_DATA_API_KEY=your_api_key_here
# Backend URL (for other backend services if needed)
REACT_APP_BACKEND_URL=http://localhost:8001