-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (24 loc) · 745 Bytes
/
.env.example
File metadata and controls
33 lines (24 loc) · 745 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
28
29
30
31
32
33
# From Neon Dashboard or auto filled by Neon Vercel Integration with ?sslmode=require
POSTGRES_URL=
# Non Pool URL from Neon Dashboard or auto filled by Neon Vercel Integration
POSTGRES_URL_NON_POOLING=
# Vercel System Variables
NEXT_PUBLIC_VERCEL_ENV=development
ROOT_DOMAIN=locahost:3000
# Used on the Root Layout <html lang="fr"> https://www.w3.org/International/questions/qa-html-language-declarations#nutshell
NEXT_PUBLIC_GLOBAL_LANG="en"
# Email credentials for nodemailer
EMAIL_SERVICE=
EMAIL_SERVER_USER=
EMAIL_SERVER_PASSWORD=
EMAIL_FROM=
# Cloud Flare
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_ACCESS_SECRET=
R2_BUCKET=
PUBLIC_RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET=
# Vercel
PROJECT_ID_VERCEL=
TEAM_ID_VERCEL=
VERCEL_AUTH_BEARER_TOKEN=