-
Notifications
You must be signed in to change notification settings - Fork 233
Expand file tree
/
Copy path.env.test
More file actions
27 lines (22 loc) · 833 Bytes
/
.env.test
File metadata and controls
27 lines (22 loc) · 833 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
# Test environment configuration
NODE_ENV=test
DB_PATH=test.db
# Mock OAuth credentials
GITHUB_CLIENT_ID=test_client_id
GITHUB_CLIENT_SECRET=test_client_secret
GITHUB_AUTHORIZATION_CALLBACK_URL=http://localhost:4173/auth/callback
# Mock API keys (optional features disabled in tests)
ANTHROPIC_API_KEY=test_anthropic_key
YOUTUBE_API_KEY=test_youtube_key
GITHUB_TOKEN=test_github_token
BULK_IMPORT_API_KEY=test_bulk_import_key
# Disable analytics
PUBLIC_PLAUSIBLE_SHARED_LINK_AUTH=asdasdsadsad
# Mock Stripe credentials (tests use mocked Stripe client)
STRIPE_SECRET_KEY=sk_test_mock
STRIPE_WEBHOOK_SECRET=whsec_test_mock
PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_mock
# Mock Plunk credentials (tests use mocked email service)
PLUNK_API_SECRET_KEY=test_plunk_key
PLUNK_API_URL=http://localhost:3001
PLUNK_FROM_EMAIL=test@example.com