-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 771 Bytes
/
Copy path.env.example
File metadata and controls
27 lines (21 loc) · 771 Bytes
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
# GitHub API Token (obrigatório para evitar erros 403 de rate limiting)
# Para criar um token:
# 1. Acesse https://github.com/settings/tokens
# 2. Clique em "Generate new token" -> "Generate new token (classic)"
# 3. Dê um nome como "Portfolio Projects API"
# 4. Selecione apenas as permissões "public_repo" e "read:user"
# 5. Clique em "Generate token" e copie o valor gerado abaixo
GITHUB_TOKEN=
# Seu nome de usuário do GitHub
GITHUB_USERNAME=
# Variáveis públicas para o frontend (precisam do prefixo NEXT_PUBLIC_)
NEXT_PUBLIC_GITHUB_USERNAME=
NEXT_PUBLIC_PORTFOLIO_TAG=
# Tag para filtrar projetos do portfolio (opcional)
PORTFOLIO_TAG=
# WakaTime API Token
WAKATIME_API_KEY=
# Vercel environment variables
VERCEL_ORG_ID=
VERCEL_PROJECT_ID=
VERCEL_TOKEN=