mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
vercel sandbox with snapshot support
This commit is contained in:
9
deps/workers/worker/env_example
vendored
9
deps/workers/worker/env_example
vendored
@@ -1,4 +1,13 @@
|
||||
SANDBOX_AGENT_TOKEN=${SANDBOX_AGENT_TOKEN}
|
||||
VERCEL_TEAM_ID=${VERCEL_TEAM_ID}
|
||||
VERCEL_PROJECT_ID=${VERCEL_PROJECT_ID}
|
||||
VERCEL_TOKEN=${VERCEL_TOKEN}
|
||||
VERCEL_SANDBOX_AGENT_PORT=${VERCEL_SANDBOX_AGENT_PORT}
|
||||
VERCEL_SANDBOX_TIMEOUT_MS=${VERCEL_SANDBOX_TIMEOUT_MS}
|
||||
VERCEL_SANDBOX_RUNTIME=${VERCEL_SANDBOX_RUNTIME}
|
||||
VERCEL_SANDBOX_VCPUS=${VERCEL_SANDBOX_VCPUS}
|
||||
VERCEL_HEALTH_RETRIES=${VERCEL_HEALTH_RETRIES}
|
||||
VERCEL_HEALTH_INTERVAL_MS=${VERCEL_HEALTH_INTERVAL_MS}
|
||||
SPRITE_TOKEN=${SPRITE_TOKEN}
|
||||
GITHUB_APP_ID=${GITHUB_APP_ID}
|
||||
GITHUB_APP_INSTALLATION_ID=${GITHUB_APP_INSTALLATION_ID}
|
||||
|
||||
Reference in New Issue
Block a user