mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 09:50:06 +00:00
chore: remove Render configs, point docs at VPS domains
This commit is contained in:
parent
c8ffcda51f
commit
8f88c69b9a
4 changed files with 8 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Backend
|
||||
|
||||
FastAPI service that validates, parses, and stores XLSForm-compatible Excel files. Deployed on Render.
|
||||
FastAPI service that validates, parses, and stores XLSForm-compatible Excel files. Deployed on VPS.
|
||||
|
||||
## Local Setup
|
||||
|
||||
|
|
@ -133,7 +133,7 @@ Indexes: `forms.created_at desc`, `questions.form_id`, `options.{form_id, order}
|
|||
pytest tests/backend -q
|
||||
|
||||
# Against live deployment (saves perf_results.json)
|
||||
BACKEND_URL=https://bulk-questionnaire-upload.onrender.com python scripts/measure_perf.py
|
||||
BACKEND_URL=https://bulk-api.lverma.com python scripts/measure_perf.py
|
||||
```
|
||||
|
||||
Test fixtures: `tests/test_xlsforms_valid/` (10 valid files) · `tests/test_xlsforms_incorrect/` (error scenarios).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue