-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
37 lines (31 loc) · 1.78 KB
/
Copy path.env.example
File metadata and controls
37 lines (31 loc) · 1.78 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
# Database — OPTIONAL. When unset, Minitor uses an embedded PGlite instance
# stored at .minitor/pgdata (real Postgres compiled to WASM, no setup needed).
# Set this only when you want to point at a remote / shared DB:
# - Neon: postgresql://…@…neon.tech/…?sslmode=require
# - Local PG: postgresql://user:pass@localhost:5432/minitor
# DATABASE_URL=
# xAI (Grok) API key — powers every X / Web / News / Grok Ask column.
# Create at https://console.x.ai
XAI_API_KEY=xai-...
# Optional — defaults to grok-4-fast-reasoning. Any Grok-4-class model that
# supports the Agent Tools API (x_search / web_search) works here.
XAI_MODEL=grok-4-fast-reasoning
# Neynar API key — powers the Farcaster column.
# Free tier at https://neynar.com
NEYNAR_API_KEY=
# YouTube Data API v3 key — only needed for YouTube *search* (Channel and
# Playlist modes use free public Atom feeds and need no key).
# Create one in Google Cloud Console with the YouTube Data API v3 enabled.
YOUTUBE_API_KEY=
# CoinGecko Demo API key — OPTIONAL. The CoinGecko column works keyless at
# ~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=