-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
46 lines (39 loc) · 2.63 KB
/
Copy path.env.example
File metadata and controls
46 lines (39 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# ==============================================================================
# Workspaces Frontend — Local Development Environment
# ==============================================================================
# Copy this file to .env and adjust values as needed:
# cp .env.example .env
#
# Nuxt automatically loads .env files. No need to manually export these.
# All VITE_* variables are baked into the client bundle at build time.
# ==============================================================================
# --- TDEI Platform APIs (auth, datasets, conversion) -------------------------
# Point these at the TDEI dev environment. Tokens from one environment (dev,
# stage, prod) are NOT interchangeable — all components must target the same
# environment.
VITE_TDEI_API_URL=https://api-dev.tdei.us/api/v1/
VITE_TDEI_USER_API_URL=https://portal-api-dev.tdei.us/api/v1/
# --- Workspaces Backend ------------------------------------------------------
# The workspaces-backend service, see: https://github.com/TaskarCenterAtUW/workspaces-backend
# If running locally, edit `nuxt.config.ts` devProxy settings and use local port:
# VITE_API_URL=http://localhost:3000/api/v1/
# VITE_OSM_URL=http://localhost:3000/
# Or point at the shared dev instance if you don't need to run it locally.
VITE_API_URL=https://api.workspaces-dev.sidewalks.washington.edu/api/v1/
VITE_OSM_URL=https://osm.workspaces-dev.sidewalks.washington.edu/
# --- Embedded Editors ---------------------------------------------------------
# Rapid editor (OSW editing) and Pathways editor (GTFS Pathways editing).
# These are standalone apps hosted separately.
VITE_RAPID3_URL=https://rapid.workspaces-dev.sidewalks.washington.edu/rapid3/
VITE_RAPID_URL=https://rapid.workspaces-dev.sidewalks.washington.edu/rapid2/
VITE_PATHWAYS_EDITOR_URL=https://pathways.workspaces-dev.sidewalks.washington.edu/
# --- Schema / Example URLs (rarely need to change) ---------------------------
VITE_IMAGERY_SCHEMA=https://raw.githubusercontent.com/TaskarCenterAtUW/asr-imagery-list/refs/heads/main/schema/schema.json
VITE_IMAGERY_EXAMPLE_URL=https://github.com/TaskarCenterAtUW/asr-imagery-list/blob/main/examples/example.json
VITE_LONG_FORM_QUEST_SCHEMA=https://raw.githubusercontent.com/TaskarCenterAtUW/asr-quests/refs/heads/main/schema/schema.json
VITE_LONG_FORM_QUEST_EXAMPLE_URL=https://raw.githubusercontent.com/TaskarCenterAtUW/asr-quests/refs/heads/main/docs/quest-definition/example.json
# --- Sentry (optional for local dev) -----------------------------------------
# VITE_SENTRY_AUTH_TOKEN=
# VITE_SENTRY_DSN=
# --- Build metadata -----------------------------------------------------------
CODE_VERSION=local