Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ YOUTUBE_API_KEY=
# ~10–30 calls/min on the public API. Free Demo plan adds higher ceiling and
# better stability. Create at https://www.coingecko.com/en/developers/dashboard
COINGECKO_DEMO_API_KEY=

# GitHub token — OPTIONAL. Every GitHub column (Trending, Issues, PRs, Actions,
# Releases, Commits, the Aeon column's run/article sources, ...) works keyless
# at 60 requests/hour. Set a token to raise that to 5,000/hour — and it's
# REQUIRED for private repos and for the Search / Stars / Forks columns.
# Create at https://github.com/settings/tokens — a fine-grained token with
# read-only "Contents" (+ "Actions" for workflow runs) is enough for private
# repos; for public repos any token, even unscoped, lifts the rate limit.
GITHUB_TOKEN=
Loading