Mexar / frontend /.env.example
devrajsinh2012
Deploy current project snapshot to Hugging Face Space
53bb779
raw
history blame contribute delete
379 Bytes
# 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