- Rename plugin from Crawlsy Menus to CannaIQ Menus - Update version to 1.5.3 - Update text domain to cannaiq-menus - Rename all CSS classes from crawlsy-* to cannaiq-* - Update shortcodes to [cannaiq_products] and [cannaiq_product] - Add backward compatibility for legacy shortcodes - Update download links on Home and LandingPage - Fix health panel Redis timeout issue - Add clear error message when backend not running 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
544 B
Plaintext
15 lines
544 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://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
|