Spaces:
Sleeping
Sleeping
File size: 379 Bytes
b0b150b |
1 2 3 4 5 6 7 8 9 10 |
# MEXAR Core Engine - Frontend Environment Variables
# Copy this file to .env and fill in your values
# ===========================================
# API URL Configuration
# ===========================================
# Local development: http://127.0.0.1:8000
# Production: Your deployed backend URL (e.g., https://mexar-api.render.com)
REACT_APP_API_URL=http://127.0.0.1:8000
|