Spaces:
Running
Running
| # Frontend Environment Variables | |
| REACT_APP_API_URL=http://localhost:8000 | |
| REACT_APP_ENV=development | |
| # Backend Environment Variables | |
| QWEN_SERVER_IP=https://your-kaggle-server.ngrok.io | |
| WEB_API_PORT=8000 | |
| WEB_API_HOST=0.0.0.0 |