* Start to clean up Sentry now that the app is back up again. Remove Sentry from local development I thought .env.development was for dev.kc.io, not just local dev. Someone can add this to .local if they need to test the Sentry stuff for now. Signed-off-by: Paul Tagliamonte <paul@kittycad.io>
7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
VITE_KC_API_WS_MODELING_URL=wss://api.dev.kittycad.io/ws/modeling/commands
|
|
VITE_KC_API_BASE_URL=https://api.dev.kittycad.io
|
|
VITE_KC_SITE_BASE_URL=https://dev.kittycad.io
|
|
VITE_KC_CONNECTION_TIMEOUT_MS=5000
|
|
VITE_KC_CONNECTION_WEBRTC_REPORT_STATS_MS=0
|
|
VITE_KC_SENTRY_DSN=
|