-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 1.01 KB
/
.env.example
File metadata and controls
33 lines (27 loc) · 1.01 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
# Database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/tutly_local"
# Environment
NODE_ENV=development
# S3-compatible storage
AWS_BUCKET_NAME=tutly-local
AWS_BUCKET_REGION=us-east-1
AWS_ACCESS_KEY=tutlydev
AWS_SECRET_KEY=tutlydev123
AWS_ENDPOINT=http://localhost:9000
AWS_S3_URL=http://localhost:9000/tutly-local
# Email Service
RESEND_API_KEY=re_123456
# vapid keys https://vapidkeys.com/
VAPID_SUBJECT=mailto:dev@tutly.in
VAPID_PRIVATE_KEY=bm1K6-J0Jvao8lo_M32di0m0e-hQxg4OlR7usWIVG9Q
NEXT_PUBLIC_VAPID_PUBLIC_KEY=BBdmd8iX5h_y1dwMs-UHTyPBL3CWbfDG7Jf_JMnTuv7Q7l86WdUjYkeMGUlvIEpm3xN_-dcuLWvEcoJ0ULXRWSA
# Turbo Remote Caching
# Get these from https://vercel.com/account/tokens
TURBO_TEAM=your-team-name
TURBO_TOKEN=your-token
# Video transcoding worker
VIDEO_WORKER_URL=http://localhost:4400
VIDEO_WORKER_SECRET=change-me-to-a-long-random-string-min-16-chars
# Jest test runner (handles SANDBOX submissions)
TEST_RUNNER_URL=http://localhost:3010
TEST_RUNNER_SECRET=change-me-to-a-long-random-string-min-16-chars