11#
2- # Resources for dev and stage are often db-dev, db-stage, while prod resources
3- # are just "db", not "db-prod". This variable allows us to construct the
2+ # Resources for dev and stage are often db-dev, db-stage, while prod resources
3+ # are just "db", not "db-prod". This variable allows us to construct the
44# environment-prefixed variable values without putting the "-" in ENV which is
55# used elsewhere.
66#
77# **This variable should therefore be set to empty string on prod **
8- #
8+ #
99ENV_NAME_PARAM = -${ ENV }
1010
1111# ##############################################################################
@@ -43,10 +43,6 @@ 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
47- WS_IMAGERY_EXAMPLE_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/example.json
48- WS_LONG_FORM_QUEST_SCHEMA = https://raw.githubusercontent.com/TaskarCenterAtUW/asr-quests/refs/heads/main/schema/schema.json
49- WS_LONG_FORM_QUEST_EXAMPLE_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/asr-quests/refs/heads/main/examples/example.json
5046
5147WS_DEV_PORT = 3000
5248
@@ -61,10 +57,14 @@ WS_OSM_SECRET_KEY_BASE=${WS_OSM_SECRET_KEY_BASE}
6157WS_TASKS_SECRET_KEY = ${ WS_TASKS_SECRET_KEY }
6258WS_MAPBOX_ACCESS_TOKEN = ${ WS_MAPBOX_ACCESS_TOKEN }
6359
64- # Backend
60+ # ##############################################################################
61+ # Schemas
62+ # ##############################################################################
6563
66- IMAGERY_SCHEMA_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/tdei-tools/refs/heads/main/docs/imagery-layer/schema.json
67- LONGFORM_SCHEMA_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/asr-quests/refs/heads/main/schema/schema.json
64+ WS_IMAGERY_SCHEMA_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/asr-imagery-list/refs/heads/main/schema/schema.json
65+ WS_IMAGERY_EXAMPLE_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/asr-imagery-list/refs/heads/main/examples/example.json
66+ WS_LONG_FORM_QUEST_SCHEMA_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/asr-quests/refs/heads/main/schema/schema.json
67+ WS_LONG_FORM_QUEST_EXAMPLE_URL = https://raw.githubusercontent.com/TaskarCenterAtUW/asr-quests/refs/heads/main/examples/example.json
6868
6969# ##############################################################################
7070# Databases
0 commit comments