mirror of
https://github.com/jakejarvis/hoot.git
synced 2025-10-18 20:14:25 -04:00
17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
# Public PostHog keys for analytics/error tracking
|
|
NEXT_PUBLIC_POSTHOG_KEY=
|
|
NEXT_PUBLIC_POSTHOG_HOST=
|
|
|
|
# Upstash credentials via native Vercel integration
|
|
KV_REST_API_TOKEN=
|
|
KV_REST_API_URL=
|
|
|
|
# Vercel Blob (add integration on Vercel; token for local/dev)
|
|
BLOB_READ_WRITE_TOKEN=
|
|
|
|
# Secret used to derive unpredictable blob paths for generated images (favicons and screenshots)
|
|
BLOB_SIGNING_SECRET=
|
|
|
|
# Mapbox access token for react-map-gl
|
|
NEXT_PUBLIC_MAPBOX_TOKEN=
|