-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test.example
More file actions
55 lines (40 loc) · 1.71 KB
/
Copy path.env.test.example
File metadata and controls
55 lines (40 loc) · 1.71 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
45
46
47
48
49
50
51
52
53
54
# Test environment variables
# Copy this to .env.test and fill in your test credentials
# Supabase - Real project credentials for E2E testing
# Get from: Supabase Dashboard > Settings > API
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_anon_key_here
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key_here
# OAuth (mock client IDs for testing)
NEXT_PUBLIC_GOOGLE_CLIENT_ID=test-google-client-id
NEXT_PUBLIC_FACEBOOK_CLIENT_ID=test-facebook-client-id
NEXT_PUBLIC_AZURE_CLIENT_ID=test-azure-client-id
# OAuth Provider Toggles (set to 'true' or 'false')
NEXT_PUBLIC_ENABLE_GOOGLE_OAUTH=true
NEXT_PUBLIC_ENABLE_AZURE_OAUTH=true
# Contact
NEXT_PUBLIC_ADMIN_EMAIL=admin@myimageupscaler.com
# App config
NEXT_PUBLIC_APP_NAME=MyImageUpscaler
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# Stripe (use Stripe test keys)
# Get from: https://dashboard.stripe.com/test/apikeys
STRIPE_SECRET_KEY=sk_test_your_stripe_test_secret_key
STRIPE_WEBHOOK_SECRET=whsec_test_your_stripe_webhook_secret
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_your_stripe_test_publishable_key
# Stripe Price IDs are now configured in shared/config/stripe.ts
# Analytics (client-side)
NEXT_PUBLIC_AMPLITUDE_API_KEY=test_amplitude_api_key_for_testing_only
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
# Baselime monitoring (client-side RUM)
NEXT_PUBLIC_BASELIME_KEY=test_baselime_key_for_testing_only
# CORS
ALLOWED_ORIGIN=*
# Gemini AI (for testing)
GEMINI_API_KEY=test_gemini_api_key_for_testing_only
# Analytics (mock API key for testing)
AMPLITUDE_API_KEY=test_amplitude_api_key_for_testing_only
# Baselime (mock API key for testing)
BASELIME_API_KEY=test_baselime_api_key_for_testing_only
# Cloudflare Pages (for testing)
CF_PAGES_URL=