-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (34 loc) · 1.29 KB
/
Copy path.env.example
File metadata and controls
38 lines (34 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Project Settings -> API keys. Use Development for `pnpm run worker`.
TRIGGER_PROJECT_REF=
TRIGGER_SECRET_KEY=
TRIGGER_API_URL=https://api.trigger.dev
# Claude Code and Pi use this key. Codex uses CODEX_API_KEY.
ANTHROPIC_API_KEY=
CODEX_API_KEY=
# Set a Codex model available to your OpenAI project.
CODEX_MODEL=
CLAUDE_MODEL=claude-haiku-4-5
PI_MODEL=claude-haiku-4-5
PORT=3000
DATA_DIR=.data
AGENT_IDLE_TIMEOUT=5m
# Local worker and frontend share this directory. setup fills in an absolute path.
STORAGE_DIR=
# For deployed workers, use an S3-compatible bucket instead of local disk.
STORAGE_BUCKET=
STORAGE_PREFIX=multi-harness
STORAGE_ENDPOINT=
STORAGE_FORCE_PATH_STYLE=false
AWS_REGION=us-east-1
# Configure bucket-scoped credentials in your environment or credential chain.
# Set the same credentials in Trigger.dev's environment variables when deploying.
# This starter never uploads AWS credentials through syncEnvVars.
HARNESS_TIMEOUT_MS=900000
# Optional mount-free JuiceFS for workspace and native-session files.
# Answers and commit manifests still use STORAGE_BUCKET / STORAGE_DIR above.
JUICEFS_META_URL=
JUICEFS_PREFIX=multi-harness
# Custom Redis TLS CA, as a quoted PEM with \n between lines (optional).
JUICEFS_CA_CERT=
# Override only for a local client in a different location.
JUICEFS_BINARY=