-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
26 lines (18 loc) · 702 Bytes
/
.env
File metadata and controls
26 lines (18 loc) · 702 Bytes
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
ANTHROPIC_API_KEY=""
GITHUB_TOKEN=""
# Host for the FastAPI app
HAYHOOKS_HOST="localhost"
# Port for the FastAPI app
HAYHOOKS_PORT=1416
# Root path for the FastAPI app
HAYHOOKS_ROOT_PATH=""
# Path to the directory containing the pipelines
HAYHOOKS_PIPELINES_DIR="pipelines"
# Additional Python path to be added to the Python path
HAYHOOKS_ADDITIONAL_PYTHON_PATH="/Users/bilgeyucel/Desktop/deepset/github-agent/src"
# Disable SSL verification when making requests from the CLI
# Set it to true or 1 to disable SSL verification
HAYHOOKS_DISABLE_SSL=false
# Show tracebacks on errors during pipeline execution and deployment
# Set it to true or 1 to show tracebacks
HAYHOOKS_SHOW_TRACEBACKS=true