-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathenv.example
More file actions
28 lines (24 loc) · 1.09 KB
/
env.example
File metadata and controls
28 lines (24 loc) · 1.09 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
# Anthropic API Configuration
ANTHROPIC_API_KEY=your-actual-anthropic-api-key-here
# Container Registry Configuration
CONTAINER_REGISTRY=quay.io/ambient_code
IMAGE_TAG=latest
# Claude runner tool permissions
# Comma-separated list of tools allowed for Claude Code to use
# Common options: Read,Write,Edit,Bash,Glob,Grep,WebSearch,WebFetch
# Default in runner now includes WebSearch; override here if needed
# CLAUDE_ALLOWED_TOOLS=Read,Write,Bash,WebSearch
# OOTB Workflows Configuration
# Repository containing out-of-the-box workflows
OOTB_WORKFLOWS_REPO=https://github.com/ambient-code/ootb-ambient-workflows.git
# Branch to use from the workflows repository
OOTB_WORKFLOWS_BRANCH=main
# Path within the repository where workflow subdirectories are located
OOTB_WORKFLOWS_PATH=workflows
# OpenShift oauth-proxy sidecar configuration (simple)
# Required: create OAuthClient and set the client secret below
# OCP_OAUTH_CLIENT_SECRET=replace-me
# Optional: override cookie secret (random if empty)
# OCP_OAUTH_COOKIE_SECRET=replace-me
# Optional: set a specific Route host
# ROUTE_HOST=ambient-code.apps.example.com