Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CDP_API_KEY=
CDP_API_SECRET=

# Read by `scripts/robinhood_smoke.py` ONLY -- the read-only live probe. `load_secrets` does not
# read these yet, so setting them does not wire the Robinhood adapter into a run; see
# `packages/keel-broker-robinhood/README.md`. ROBINHOOD_PRIVATE_KEY is the base64 of the raw
# 32-byte Ed25519 seed, not a PEM.
ROBINHOOD_API_KEY=
ROBINHOOD_PRIVATE_KEY=

# Optional. Where CRITICAL escalations are POSTed as JSON (ntfy, Pushover, a Slack/Discord
# webhook, anything that accepts a POST body). Unset means alerting is off entirely and keel
# makes no network call for it -- but then `reconcile.position_unprotected` ("this tranche is
Expand Down
Loading