-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (23 loc) · 1.02 KB
/
.env.example
File metadata and controls
31 lines (23 loc) · 1.02 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
# CodeCrafters - Supabase
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
# Admin API (şirket oluşturma, HR oluşturma, cron) için; sadece sunucu tarafında kullanılır
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# Site URL (email linkleri, logo vb.)
NEXT_PUBLIC_SITE_URL=https://www.codecraftx.xyz
# News aggregation (RSS + NewsAPI). Get key: https://newsapi.org
NEWS_API_KEY=178854f6226f40a2a75499cbe9ddd3c7
# Email (Resend API key .env.local'de; aşağıdakiler varsayılan gönderen adresleri)
EMAIL_FROM=CodeCraftX <no-reply@codecraftx.xyz>
EMAIL_REPLY_TO=support@codecraftx.xyz
EMAIL_ADMIN=admin@codecraftx.xyz
# OpenAI (ATS semantic scoring, CV analysis vb. için)
OPENAI_API_KEY=your-openai-api-key
# Ödeme: mock (test) veya stripe
NEXT_PUBLIC_PAYMENT_PROVIDER=mock
# Stripe (stripe provider için)
STRIPE_SECRET_KEY=
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_WEBHOOK_SECRET=
# Site URL (Stripe webhook, redirect vb.)
NEXT_PUBLIC_APP_URL=https://www.codecraftx.xyz