# 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://cannaiq.co (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