forked from yc-software/qm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
43 lines (35 loc) · 1.19 KB
/
Copy path.env.example
File metadata and controls
43 lines (35 loc) · 1.19 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
HARNESS=pi
# Subscription-backed harness auth. Production path: point at a keychain
# credential id (the login lives encrypted in its owner's keychain; core
# refreshes it centrally and hands harnesses ephemeral derived material).
#CODEX_AUTH_CREDENTIAL=
#CLAUDE_AUTH_CREDENTIAL=
# Local-dev fallback only: a Codex CLI auth.json on this machine
# (defaults to ~/.codex/auth.json when HARNESS=codex). Not allowed in production.
CODEX_AUTH_FILE=
HARNESS_SECURITY_POSTURE=auto
#ANTHROPIC_API_KEY=sk-ant-...
#OPENAI_API_KEY=sk-...
#OPENROUTER_API_KEY=sk-or-...
ORG_ID=acme
PORT=8080
#ORG_BRAND_SELF_LABEL=straylight
#ORG_BRAND_ORG_NAME=Acme Corp
#ORG_BRAND_ACCENT=#4f46e5
#ORG_BRAND_MARK=S
#SLACK_BOT_TOKEN=xoxb-...
#SLACK_APP_TOKEN=xapp-...
#SLACK_BOT_DISPLAY_NAME=straylight
#SLACK_BOT_ICON_EMOJI=:robot_face:
CORE_SIGNING_SECRET=
CAPABILITY_SECRET=
PORTAL_IDENTITY_SECRET=
CONNECTOR_SECRET_KEY=
SKILL_SIGNING_SECRET=
RATE_LIMIT_PER_WINDOW=60
RATE_LIMIT_WINDOW_MS=60000
BUDGET_USD_PER_WINDOW=25
ORG_BUDGET_USD_PER_WINDOW=100
BUDGET_WINDOW_MS=86400000
# Extra root CA (PEM content) trusted for the Postgres connection, for providers that pin a private root. Optional; verification stays on. (core)
# DATABASE_CA_CERT=