medical-summarizer / .env.example
ntphuc149's picture
Upload 21 files
6733769 verified
raw
history blame contribute delete
223 Bytes
# 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