-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
38 lines (30 loc) · 835 Bytes
/
.env.example
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
# Used to encrypt JWT tokens
PAYLOAD_SECRET=payload-secret-here
# Used to format links and URLs
NEXT_PUBLIC_SERVER_URL=http://localhost:3000
# Allow robots to index the site (optional)
NEXT_PUBLIC_IS_LIVE=false
# Google Maps
GOOGLE_MAPS_API_KEY=google-maps-api-key
# Resend Email
RESEND_DEFAULT_EMAIL=dev@example.dev
RESEND_API_KEY=resend-key-here
#Turso DB
LOCAL_DATABASE_URL='file:./payload.db'
TURSO_DATABASE_URL=libsql://dbName-username.turso.io
TURSO_AUTH_TOKEN=turso-auth-token
# S3
S3_ENABLED=false
S3_ACCESS_KEY_ID=
S3_SECRET_ACCESS_KEY=
S3_REGION=auto
S3_ENDPOINT=
S3_BUCKET=
NEXT_PUBLIC_S3_HOSTNAME=
NEXT_PUBLIC_UPLOAD_PREFIX=media
# Unsplash API
UNSPLASH_ACCESS_KEY=
UNSPLASH_SECRET_KEY=
UNSPLASH_URL=https://api.unsplash.com/photos/
# USAEPAY
NEXT_PUBLIC_USAEPAY_KEY='This is used for our online payment processor'