19 lines
515 B
Bash
19 lines
515 B
Bash
# Copy the variables you need into your shell/secret manager. The application
|
|
# does not automatically load this file, and real values must never be committed.
|
|
|
|
OPENAI_API_KEY=
|
|
OPENAI_BASE_URL=
|
|
OPENAI_MODEL=
|
|
|
|
ANTHROPIC_API_KEY=
|
|
ANTHROPIC_MODEL=
|
|
|
|
COWORK_TEAMS_WEBHOOK=
|
|
COWORK_ACTIVE_PROVIDER=
|
|
COWORK_CA_BUNDLE=
|
|
|
|
# Required to unlock the corresponding local settings panels. When unset,
|
|
# those panels remain locked; there is intentionally no shared default secret.
|
|
COWORK_SANDBOX_PASSWORD=
|
|
COWORK_MS365_UNLOCK_CODE=
|