11 lines
462 B
Plaintext
11 lines
462 B
Plaintext
# Copy to .env.runner-e2e.local. Existing shell variables take precedence.
|
|
# Never commit the local file or put these values in fixture source.
|
|
OPENAI_API_KEY=
|
|
ANTHROPIC_API_KEY=
|
|
OPENROUTER_API_KEY=
|
|
DAYTONA_API_KEY=
|
|
|
|
# Required only for Daytona cells. Use an immutable, anonymously pullable
|
|
# digest from the Runner Full-Stack E2E image job or a locally published image.
|
|
PAPERCLIP_E2E_DAYTONA_IMAGE=ghcr.io/paperclipai/paperclip-daytona-runner@sha256:REPLACE_ME
|