forked from Gerome-Elassaad/CodingIT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (34 loc) · 1.44 KB
/
.env.example
File metadata and controls
42 lines (34 loc) · 1.44 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
# E2B Configuration
E2B_API_KEY="your_e2b_api_key_here"
# AI API Keys
ANTHROPIC_API_KEY="your_anthropic_api_key_here"
DEEPSEEK_API_KEY="your_deepseek_api_key_here"
FIREWORKS_API_KEY="your_fireworks_api_key_here"
GOOGLE_AI_API_KEY="your_google_ai_api_key_here"
MISTRAL_API_KEY="your_mistral_api_key_here"
OPENAI_API_KEY="your_openai_api_key_here"
TOGETHER_AI_API_KEY="your_together_ai_api_key_here"
XAI_API_KEY="your_xai_api_key_here"
# GitHub Configuration
GITHUB_PERSONAL_ACCESS_TOKEN="your_github_personal_access_token_here"
NEXT_PUBLIC_GITHUB_CLIENT_ID="your_github_client_id_here"
NEXT_PUBLIC_GITHUB_CLIENT_SECRET="your_github_client_secret_here"
NEXT_PUBLIC_GITHUB_PRIVATE_KEY_PEM="your_github_private_key_pem_here"
PATH_TO_PRIVATE_KEY_PEM="/path/to/your/private_key.pem"
# Supabase Configuration
NEXT_PUBLIC_ENABLE_SUPABASE="true"
NEXT_PUBLIC_SUPABASE_URL="your_supabase_url_here"
NEXT_PUBLIC_SUPABASE_ANON_KEY="your_supabase_anon_key_here"
SUPABASE_SERVICE_ROLE_KEY="your_supabase_service_role_key_here"
# PostHog Analytics
NEXT_PUBLIC_POSTHOG_KEY="your_posthog_key_here"
NEXT_PUBLIC_POSTHOG_HOST="https://us.i.posthog.com"
# reCAPTCHA
RECAPTCHA_SITE_KEY="your_recaptcha_site_key_here"
RECAPTCHA_SECRET_KEY="your_recaptcha_secret_key_here"
# Other APIs
FIGMA_API_KEY="your_figma_api_key_here"
# Application Configuration
NEXT_PUBLIC_SITE_URL="https://yoursite.com"
NEXT_PUBLIC_HIDE_LOCAL_MODELS="true"
WEB_PUSH_CERTIFICATE="your_web_push_certificate_here"