chore: remove Render configs, point docs at VPS domains

This commit is contained in:
bot 2026-08-31 22:08:13 +00:00
parent c8ffcda51f
commit 8f88c69b9a
4 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ App: http://localhost:4200 (expects backend at http://localhost:8000)
API URL is loaded at startup from `public/assets/config.json` so no rebuild is needed to point at a different backend:
```json
{ "API_URL": "https://your-backend.onrender.com/api" }
{ "API_URL": "https://bulk-api.lverma.com/api" }
```
Falls back to `http://localhost:8000/api` if the file is missing.