-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
44 lines (34 loc) · 1.16 KB
/
Copy path.env.example
File metadata and controls
44 lines (34 loc) · 1.16 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
32
33
34
35
36
37
38
39
40
41
42
43
44
# Authentication
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-nextauth-secret-here
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
# Admin Access (comma-separated list of admin emails)
GITMESH_CE_ADMIN_EMAILS=admin1@example.com,admin2@example.com
# GitHub Integration
GITHUB_TOKEN=your-github-fine-grained-token
GITHUB_REPO=LF-Decentralized-Trust-labs/gitmesh
# Email Service
EMAIL_PROVIDER=sendgrid
FROM_EMAIL=noreply@gitmesh.dev
# SendGrid Configuration (if using SendGrid)
SENDGRID_API_KEY=your-sendgrid-api-key
# Supabase
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
SUPABASE_SERVICE_ROLE_KEY=your-supabase-service-role-key
# AWS SES Configuration (if using SES)
# EMAIL_PROVIDER=ses
# AWS_REGION=us-east-1
# AWS_ACCESS_KEY_ID=your-aws-access-key-id
# AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key
# Brevo Configuration (if using Brevo)
EMAIL_PROVIDER=brevo
BREVO_API_KEY=your-brevo-api-key
# Analytics (optional)
VERCEL_ANALYTICS_ID=your-analytics-id
RYBBIT_SITE_ID=RYBBIT_ID
# Maintenance Mode
MAINTENANCE_MODE=false
# Supabase
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key