Skip to content

Commit 510ccd1

Browse files
committed
Update tdei_uw.env
Added env variables for imagery schema and long form schema urls
1 parent 65b66cb commit 510ccd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tdei_uw.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ WS_OSM_SECRET_KEY_BASE=${WS_OSM_SECRET_KEY_BASE}
5858
WS_TASKS_SECRET_KEY=${WS_TASKS_SECRET_KEY}
5959
WS_MAPBOX_ACCESS_TOKEN=${WS_MAPBOX_ACCESS_TOKEN}
6060

61+
# Backend
62+
63+
WS_IMAGERY_SCHEMA_URL=https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/schema.json
64+
WS_LONGFORM_SCHEMA_URL=https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/quest-definition/schema.json
65+
6166
###############################################################################
6267
# Databases
6368
###############################################################################

0 commit comments

Comments
 (0)