Build Tasker BIM iframe against production domain
This commit is contained in:
@@ -21,8 +21,11 @@ The same codebase supports local and production-like runs. The deployment mode i
|
||||
Frontend brand and launcher integration:
|
||||
|
||||
- `VITE_NODEDC_LAUNCHER_URL` points the web/admin bundles to Launcher.
|
||||
- `VITE_BEAM_VIEWER_BASE_URL` and `VITE_BEAM_API_BASE_URL` point the web bundle to BIM Viewer for issue attachments/iframe.
|
||||
- Production default for NAS builds: `https://hub.nodedc.ru`
|
||||
- Production BIM default for NAS builds: `https://bim.nodedc.tech`
|
||||
- Local default in source helpers: `http://launcher.local.nodedc`
|
||||
- Local BIM default in source helpers: `http://localhost:8080`
|
||||
|
||||
Backend integration:
|
||||
|
||||
@@ -63,6 +66,8 @@ Local/staging-style rebuild can override integration endpoints:
|
||||
|
||||
```sh
|
||||
VITE_NODEDC_LAUNCHER_URL=http://launcher.local.nodedc \
|
||||
VITE_BEAM_VIEWER_BASE_URL=http://localhost:8080 \
|
||||
VITE_BEAM_API_BASE_URL=http://localhost:8080 \
|
||||
SMOKE_BASE_URL=http://task.local.nodedc:18080 \
|
||||
SMOKE_RESOLVE= \
|
||||
BUILD_BACKEND=0 BUILD_WEB=1 BUILD_ADMIN=0 \
|
||||
|
||||
Reference in New Issue
Block a user