-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
21 lines (18 loc) · 877 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -----------------------------------------------------------------------------
# App
# -----------------------------------------------------------------------------
NEXT_PUBLIC_APP_URL=http://localhost:3000
# -----------------------------------------------------------------------------
# Authentication (NextAuth.js)
# -----------------------------------------------------------------------------
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
# -----------------------------------------------------------------------------
# Database (Supabase)
# -----------------------------------------------------------------------------
DATABASE_URL=
# -----------------------------------------------------------------------------
# File Upload (UploadThing)
# -----------------------------------------------------------------------------
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=