Spaces:
Running
Running
| # 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 | |