-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
22 lines (19 loc) · 954 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
# ----------------------------------------------------------------------------------------
# App
# ----------------------------------------------------------------------------------------
API_URL=xxx
# ----------------------------------------------------------------------------------------
# Authentication (NextAuth.js | Auth.js)
# ----------------------------------------------------------------------------------------
NEXTAUTH_SECRET=xxx
GOOGLE_CLIENT_ID=xxx
GOOGLE_CLIENT_SECRET=xxx
# ----------------------------------------------------------------------------------------
# Uploadthing
# ----------------------------------------------------------------------------------------
UPLOADTHING_SECRET=xxx
UPLOADTHING_APP_ID=xxx
# ----------------------------------------------------------------------------------------
# Database (Mongodb)
# ----------------------------------------------------------------------------------------
DATABASE_URL=xxx