You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- API reference: `http://localhost:8081/api-overview`
81
81
@@ -115,11 +115,6 @@ For the full local dev environment (API + dashboard on port 5173 + docs), run:
115
115
116
116
This brings up Postgres, Redis, ClickHouse, and Kafka via Docker Compose, runs migrations, and starts the API server and dashboard locally. See [Local Setup Guide](docs/local-setup.md) for full details and options like `ONECLICK_KEEP_INFRA=1`.
117
117
118
-
Source-run dashboard routes are mounted at root, for example `http://localhost:5173/routing/rules`.
119
-
Hosted builds can be mounted under a configured prefix such as `/decision-engine/`.
120
-
Local dev API calls use `/decision-engine-api/*`, which Vite proxies to `http://localhost:8080`.
121
-
Override the build prefix with `VITE_DASHBOARD_BASE_PATH=/your-prefix/ npm run build` from `website/`, and override the API base with `VITE_API_BASE_PATH=https://your-host/your-api-prefix`.
122
-
123
118
### Verify
124
119
125
120
```bash
@@ -161,6 +156,21 @@ Decision Engine fits into an existing payment stack without replacing your orche
0 commit comments