2024-05-09 20:21:13 +03:00
|
|
|
VITE_API_BASE_URL=http://localhost:8000/api/v1
|
|
|
|
|
|
|
|
|
|
# server to load artifacts from file URIs
|
|
|
|
|
VITE_ARTIFACT_API_BASE_URL=http://localhost:9090
|
|
|
|
|
|
2024-06-25 12:18:44 -07:00
|
|
|
# websocket
|
|
|
|
|
# VITE_WSS_BASE_URL=wss://api-staging.skyvern.com/api/v1
|
|
|
|
|
VITE_WSS_BASE_URL=ws://localhost:8000/api/v1
|
|
|
|
|
|
2024-05-09 20:21:13 +03:00
|
|
|
# your api key - for x-api-key header
|
2024-12-18 00:32:38 +01:00
|
|
|
VITE_SKYVERN_API_KEY=YOUR_API_KEY
|
|
|
|
|
|
|
|
|
|
# Enable recording skyvern logs as artifacts
|
|
|
|
|
VITE_ENABLE_LOG_ARTIFACTS=false
|
2025-03-09 21:50:53 -07:00
|
|
|
|
|
|
|
|
# Enable code block node
|
2025-09-13 19:17:59 -07:00
|
|
|
VITE_ENABLE_CODE_BLOCK=true
|