-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.env.example
More file actions
61 lines (50 loc) · 1.68 KB
/
.env.example
File metadata and controls
61 lines (50 loc) · 1.68 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
55
56
57
58
59
60
61
# Database Configuration
DATABASE_HOST=your_database_host
DATABASE_PORT=5432
DATABASE_USERNAME=your_database_username
DATABASE_PASSWORD=your_database_password
DATABASE_NAME=your_database_name
# Authentication
BETTER_AUTH_URL=http://localhost:8787
BETTER_AUTH_SECRET=your_better_auth_secret
# API Configuration
API_KEY_SECRET=your_api_key_secret
PUBLIC_APP_URL=http://localhost:3000
# OAuth Providers
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
GITHUB_CLIENT_ID=your_github_client_id
GITHUB_CLIENT_SECRET=your_github_client_secret
# Email Service (Resend)
RESEND_API_KEY=your_resend_api_key
RESEND_AUDIENCE_ID=your_resend_audience_id
# Queue Service (QStash)
QSTASH_URL=https://qstash.upstash.io/v2
QSTASH_TOKEN=your_qstash_token
QSTASH_CURRENT_SIGNING_KEY=your_qstash_current_signing_key
QSTASH_NEXT_SIGNING_KEY=your_qstash_next_signing_key
# File Storage (S3)
S3_BUCKET_NAME=your_s3_bucket_name
S3_REGION=your_s3_region
S3_ACCESS_KEY_ID=your_s3_access_key_id
S3_SECRET_ACCESS_KEY=your_s3_secret_access_key
S3_ENDPOINT=
S3_FORCE_PATH_STYLE=false
S3_SIGNED_URL_EXPIRATION_SECONDS=900
S3_PUBLIC_BASE_URL=
S3_CDN_BASE_URL=
# Redis Cache
REDIS_URL=http://localhost:8079
# Tinybird Local Analytics (tb dev)
# Default local admin token: admin (local_testing@tinybird.co)
TINYBIRD_HOST=http://localhost:7181
TINYBIRD_TOKEN=
# JWT signing key — must be the workspace ADMIN token (not your personal token).
# Get it from: Tinybird dashboard → Auth Tokens → workspace admin token.
# Falls back to TINYBIRD_TOKEN if not set.
TINYBIRD_SIGNING_KEY=
TINYBIRD_WORKSPACE=
# Public Keys
NEXT_PUBLIC_COSSISTANT_API_KEY=your_public_cossistant_key
# Environment
NODE_ENV=development