-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
28 lines (25 loc) · 1.53 KB
/
.env.example
File metadata and controls
28 lines (25 loc) · 1.53 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
# =============================================================================
# Commitment Issues — environment variables
# -----------------------------------------------------------------------------
# Copy this file to `.env.local` and fill in the values you want to use.
# Every variable below is OPTIONAL — the app boots and works without any of
# them. With nothing set, you get GitHub's anonymous rate limits (60 req/hr)
# and the live counters / "recently buried" feed are disabled.
# =============================================================================
# Public site URL — used in metadata, OG images, and badge URLs.
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# -----------------------------------------------------------------------------
# GitHub API
# -----------------------------------------------------------------------------
# Personal access token for GitHub. Raises the rate limit from 60 to 5000
# req/hr. Public-repo data only — no scopes required.
# Generate at: https://github.com/settings/tokens
GITHUB_TOKEN=
# -----------------------------------------------------------------------------
# Upstash Redis (used for rate limiting, recent burials, candle counts, stats)
# -----------------------------------------------------------------------------
# Create a free Redis database at https://console.upstash.com and paste the
# REST URL + token. Without these, the live counter stays at the historical
# baseline and the "recently buried" feed falls back to the Hall of Shame.
KV_REST_API_URL=
KV_REST_API_TOKEN=