1
mirror of https://github.com/jakejarvis/domainstack.io.git synced 2025-12-02 19:33:48 -05:00
Files
domainstack.io/.env.example

33 lines
939 B
Plaintext

# PostHog keys for analytics/error tracking and build-time sourcemap uploads
NEXT_PUBLIC_POSTHOG_HOST=
NEXT_PUBLIC_POSTHOG_KEY=
POSTHOG_API_KEY=
POSTHOG_ENV_ID=
# Postgres connection string (with credentials)
DATABASE_URL=
# Inngest credentials (set by Inngest integration)
INNGEST_EVENT_KEY=
INNGEST_SIGNING_KEY=
# Mapbox public token for react-map-gl
NEXT_PUBLIC_MAPBOX_TOKEN=
# Vercel Edge Config URL (set by Edge Config integration)
# See lib/edge-config.ts for JSON schema and setup instructions
EDGE_CONFIG=
# Vercel Blob storage credentials (auto-configured on Vercel)
BLOB_READ_WRITE_TOKEN=
# Blob key hashing secret (required outside development)
BLOB_SIGNING_SECRET=
# Optional: override user agent sent with upstream requests
EXTERNAL_USER_AGENT=
# Optional: Dynadot API key for domain pricing (provider will be skipped if not set)
# Generate at: https://www.dynadot.com/account/domain/setting/api.html
DYNADOT_API_KEY=