Files
Dorod-Sky/skyvern-frontend/.env.example
Shuchang Zheng 1f62698350 improve code block failure reason (#1910)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-10 12:50:53 +08:00

18 lines
460 B
Plaintext

VITE_API_BASE_URL=http://localhost:8000/api/v1
# server to load artifacts from file URIs
VITE_ARTIFACT_API_BASE_URL=http://localhost:9090
# websocket
# VITE_WSS_BASE_URL=wss://api-staging.skyvern.com/api/v1
VITE_WSS_BASE_URL=ws://localhost:8000/api/v1
# your api key - for x-api-key header
VITE_SKYVERN_API_KEY=YOUR_API_KEY
# Enable recording skyvern logs as artifacts
VITE_ENABLE_LOG_ARTIFACTS=false
# Enable code block node
VITE_ENABLE_CODE_BLOCK=false