20 lines
763 B
Plaintext
20 lines
763 B
Plaintext
# DO NOT commit secrets, overrides go in the ignored `.env.development.local`
|
|
|
|
NODE_ENV=development
|
|
DEV=true
|
|
|
|
VITE_KC_API_WS_MODELING_URL=wss://api.dev.zoo.dev/ws/modeling/commands
|
|
VITE_KC_API_BASE_URL=https://api.dev.zoo.dev
|
|
VITE_KC_SITE_BASE_URL=https://dev.zoo.dev
|
|
VITE_KC_SITE_APP_URL=https://app.dev.zoo.dev
|
|
VITE_KC_CONNECTION_TIMEOUT_MS=5000
|
|
#VITE_WASM_URL="optional way of overriding the wasm url, particular for unit tests which need this if you running not on the default 3000 port"
|
|
#VITE_KC_DEV_TOKEN="optional token to skip auth in the app"
|
|
#token="required token for playwright. TODO: clean up env vars in #3973"
|
|
|
|
RUST_BACKTRACE=1
|
|
PYO3_PYTHON=/usr/local/bin/python3
|
|
#KITTYCAD_API_TOKEN="required token for engine testing"
|
|
|
|
FAIL_ON_CONSOLE_ERRORS=true
|