Skip to content

Commit 616077f

Browse files
authored
Set a default API for KCL testing (#7902)
1 parent aed4f38 commit 616077f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.development

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ NODE_ENV=development
55
# App
66
VITE_KITTYCAD_BASE_DOMAIN=dev.zoo.dev
77
#VITE_KITTYCAD_API_TOKEN="required for testing, optional to skip auth in the app"
8+
#VITE_KITTYCAD_API_WEBSOCKET_URL="optional override for engine websocket URL"
89
#VITE_WASM_BASE_URL="optional override of Wasm URL if not on default port 3000"
9-
#VITE_KITTYCAD_API_WEBSOCKET_URL="optional override for engine websocket url"
1010
FAIL_ON_CONSOLE_ERRORS=true
1111

1212
# KCL
1313
RUST_BACKTRACE=1
1414
PYO3_PYTHON=/usr/local/bin/python3
15+
ZOO_HOST=https://api.$VITE_KITTYCAD_BASE_DOMAIN
1516
#KITTYCAD_API_TOKEN=$VITE_KITTYCAD_API_TOKEN

0 commit comments

Comments
 (0)