-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.sample
More file actions
34 lines (28 loc) · 884 Bytes
/
.env.sample
File metadata and controls
34 lines (28 loc) · 884 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
27
28
29
30
31
32
33
34
# Database configuration
PGHOST=db
PGPORT=5432
PGDATABASE=tsdb
PGUSER=tsdbadmin
PGPASSWORD=password
# LLM configuration
ANTHROPIC_API_KEY=
# Slack ingest configuration
SLACK_INGEST_APP_TOKEN=
SLACK_INGEST_BOT_TOKEN=
# Slack bot configuration
SLACK_AGENT_APP_TOKEN=
SLACK_AGENT_BOT_TOKEN=
# GitHub configuration
GITHUB_ORG=
GITHUB_TOKEN=
# Linear configuration
LINEAR_API_KEY=
# Logfire configuration (https://logfire.pydantic.dev)
# Get write token from https://logfire.pydantic.dev/your-org/your-project/settings/write-tokens
# Note: this is optional, if you leave this variable blank, logfire instrumentation will not be initialized
# the expected token format is "pylf_...."
SERVICE_NAME=tiger-eon
LOGFIRE_TOKEN=
LOGFIRE_ENVIRONMENT=development
LOGFIRE_TRACES_ENDPOINT=https://logfire-api.pydantic.dev/v1/traces
LOGFIRE_LOGS_ENDPOINT=https://logfire-api.pydantic.dev/v1/logs