File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ services:
1616 VITE_OSM_URL : ${WS_OSM_URL}
1717 VITE_RAPID_URL : ${WS_RAPID_URL}
1818 VITE_PATHWAYS_EDITOR_URL : ${WS_PATHWAYS_EDITOR_URL}
19+ VITE_IMAGERY_SCHEMA : ${WS_IMAGERY_SCHEMA}
1920 CODE_VERSION : ${CODE_VERSION}
2021
2122 frontend_tag :
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ WS_API_HOST=api.workspaces.local
2626WS_RAPID_HOST = rapid.workspaces.local
2727WS_OSM_HOST = osm.workspaces.local
2828WS_TASKS_HOST = tasks.workspaces.local
29+ WS_IMAGERY_SCHEMA = https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/schema.json
2930
3031WS_DEV_PORT = 3000
3132
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ WS_RAPID_HOST=rapid.workspaces${ENV_NAME_PARAM}.sidewalks.washington.edu
4343WS_PATHWAYS_EDITOR_HOST = pathways.workspaces${ ENV_NAME_PARAM } .sidewalks.washington.edu
4444WS_OSM_HOST = osm.workspaces${ ENV_NAME_PARAM } .sidewalks.washington.edu
4545WS_TASKS_HOST = tasks.workspaces${ ENV_NAME_PARAM } .sidewalks.washington.edu
46+ WS_IMAGERY_SCHEMA = https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/schema.json
4647
4748WS_DEV_PORT = 3000
4849
You can’t perform that action at this time.
0 commit comments