# ============================================================
# FRONTEND ENVIRONMENT VARIABLES
# ============================================================
# Copy this file to .env and fill in your values
# NEVER commit your real .env to GitHub

# The URL where your Laravel backend is running
VITE_API_URL=https://quickplate.armitech.com.ng/api

# Pusher (for real-time order tracking notifications)
# Get these from https://pusher.com (free account)
REACT_APP_PUSHER_KEY=your_pusher_key_here
REACT_APP_PUSHER_CLUSTER=mt1

# Google Maps (for showing maps)
# Get from https://console.cloud.google.com
REACT_APP_GOOGLE_MAPS_KEY=your_google_maps_key_here
