generated from Zac-Zajdel/PrismaNext
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
30 lines (26 loc) · 1.27 KB
/
.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
# -----------------------------------------------------------------------------
# App
# -----------------------------------------------------------------------------
NEXT_PUBLIC_APP_URL=http://localhost:3000
# -----------------------------------------------------------------------------
# Authentication (Auth.js)
# AUTH_SECRET = npx auth secret
# -----------------------------------------------------------------------------
NEXTAUTH_URL=http://localhost:3000
AUTH_SECRET=""
# -----------------------------------------------------------------------------
# OAuth Providers (Google)
# -----------------------------------------------------------------------------
AUTH_GOOGLE_ID=""
AUTH_GOOGLE_SECRET=""
# -----------------------------------------------------------------------------
# Database (Supabase)
# POSTGRES_PRISMA_URL: Connect to Supabase via connection pooling with Supavisor.
# POSTGRES_URL_NON_POOLING: Direct connection to the database. Used for migrations.
# -----------------------------------------------------------------------------
POSTGRES_PRISMA_URL=""
POSTGRES_URL_NON_POOLING=""
# -----------------------------------------------------------------------------
# Email (Resend)
# -----------------------------------------------------------------------------
AUTH_RESEND_KEY=""