mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-26 10:41:14 +00:00
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
26 lines
824 B
Text
26 lines
824 B
Text
# Browser streaming mode:
|
|
# - cdp: use CDP screencast (for local development without VNC)
|
|
# - vnc (default): use VNC streaming
|
|
VITE_BROWSER_STREAMING_MODE=vnc
|
|
|
|
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=true
|
|
|
|
# Enable 2FA verification code notifications (toasts, sounds, OS notifications, WebSocket streaming)
|
|
# Set to "false" to disable for orgs with high task/workflow volume
|
|
VITE_ENABLE_2FA_NOTIFICATIONS=true
|