-
-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy path.env.example
More file actions
30 lines (22 loc) · 852 Bytes
/
.env.example
File metadata and controls
30 lines (22 loc) · 852 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
28
29
30
# Git City - Environment Variables
# Copy this file to .env.local and fill in your values
# App
NEXT_PUBLIC_BASE_URL=http://localhost:3001
# Supabase
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# GitHub (personal access token for API calls)
GITHUB_TOKEN=ghp_your-github-token
# Stripe (optional - only needed for payments)
STRIPE_SECRET_KEY=sk_test_your-stripe-key
STRIPE_WEBHOOK_SECRET=whsec_your-webhook-secret
# AbacatePay (optional - BRL payments)
ABACATEPAY_API_KEY=abc_dev_your-key
ABACATEPAY_WEBHOOK_SECRET=your-webhook-secret
# Himetrica (optional - analytics)
NEXT_PUBLIC_HIMETRICA_API_KEY=hm_your-api-key
# Resend (optional - ad expiry emails)
RESEND_API_KEY=re_your-resend-key
# Vercel Cron secret
CRON_SECRET=your-cron-secret