-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.25 KB
/
.env.example
File metadata and controls
31 lines (26 loc) · 1.25 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
# GitHub API Token (optional, but recommended for 5000/hr vs 60/hr rate limit)
# Create a fine-grained token: https://github.com/settings/personal-access-token/new
# Permissions: Contents (Read-only)
# Repository access: Only select repositories you reference in projex.config.ts
# Expiration: No expiration is fine for CI/CD (token only reads public data)
GITHUB_TOKEN=
# Dev.to API Key (optional, but recommended for page view counts)
# Create at: https://dev.to/settings/extensions
# Without this, page_views_count will be unavailable (totalViews will be 0)
DEV_TO_API_KEY=
# Product Hunt API Token (required for product-hunt type)
# Get yours at: https://api.producthunt.com/v1/oauth/authorize
# Requires OAuth application access
PRODUCT_HUNT_TOKEN=
# YouTube Data API v3 Key (required for youtube type)
# Create at: https://console.cloud.google.com/apis/credentials
# Enable "YouTube Data API v3"
# Quota: 10,000 units/day (channel fetch uses ~2 units)
YOUTUBE_TOKEN=
# Gumroad Access Token (required for gumroad type)
# Create at: https://app.gumroad.com/settings/api_tokens
GUMROAD_TOKEN=
# Lemon Squeezy API Key (required for lemonsqueezy type)
# Create at: https://app.lemonsqueezy.com/settings/api
# Note: Env var name is LS_TOKEN (not LEMONSQUEEZY_TOKEN)
LS_TOKEN=