Datasourceforcryptocurrency-4 / docs /active /PRODUCTION_ENTRYPOINT.md
Really-amin's picture
Preserve Short Hunter datasource gateway compatibility and fixes
ec64180 verified
|
Raw
History Blame Contribute Delete
568 Bytes
# Production Entrypoint
The active production entrypoint for the Hugging Face Space is:
```bash
uvicorn api_server_extended:app --host 0.0.0.0 --port 7860
```
Why this entrypoint:
- `api_server_extended.py` is the active FastAPI application used by the Docker Space.
- It already registers the compatibility routes and the Short Hunter datasource gateway routes.
- The root `Dockerfile` launches `api_server_extended:app` on port `7860`.
The backend is paper/manual support only. It must not place orders, execute trades, or expose private exchange credentials.