forked from dcl-regenesislabs/slack-claw-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.default
More file actions
56 lines (41 loc) · 1.47 KB
/
.env.default
File metadata and controls
56 lines (41 loc) · 1.47 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Default environment variables — safe to commit.
# Precedence: process env > .env > .env.default
HTTP_SERVER_PORT=5000
HTTP_SERVER_HOST=0.0.0.0
# Reset metrics at midnight UTC
WKC_METRICS_RESET_AT_NIGHT=false
# Optional: concurrency control for agent runs
MAX_CONCURRENT_AGENTS=3
# Optional: Slack channel ID for audit logging bot requests
# LOG_CHANNEL_ID=C0123456789
# Optional: persist OAuth tokens in Upstash Redis
# UPSTASH_REDIS_REST_URL=https://...
# UPSTASH_REDIS_REST_TOKEN=...
# Optional: enable health check endpoint (GET /health/live)
# HEALTH_PORT=5000
# Optional: Notion internal integration token for reading private Notion pages
NOTION_TOKEN=secret_...
# Optional: Notion shape-up database ID (template source) and parent page ID (where pages are created)
NOTION_SHAPE_DB_ID=
# Optional: fallback parent page ID if NOTION_SHAPE_DB_ID is not set
NOTION_SHAPE_PARENT_ID=
# Optional: Sentry personal token
SENTRY_AUTH_TOKEN=
# Optional: Sentry Slug
SENTRY_ORG=
# Optional: Data skill — Snowflake (required for data queries)
SNOWFLAKE_ACCOUNT=
SNOWFLAKE_USER=
SNOWFLAKE_PRIVATE_KEY= # base64-encoded unencrypted PKCS8 private key
SNOWFLAKE_ROLE=
SNOWFLAKE_DATABASE=
SNOWFLAKE_WAREHOUSE=
# Optional: Data skill — S3 bucket with dbt artifacts (uploaded by dwh-dbt CI)
DBT_DOCS_S3_BUCKET=
# Credits unban skill
CREDITS_SERVER_API_KEY=
EVENTS_NOTIFIER_API_KEY=
# Optional: AWS S3 Bucket for global context and conv summary
S3_BUCKET=
# Optional: AWS Region
AWS_REGION=