-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
24 lines (22 loc) · 916 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
# -----------------------------------------------------------------------------
# SQLITE DATABASE (TURSO)
# -----------------------------------------------------------------------------
DATABASE_URL=
DATABASE_AUTH_TOKEN=
# -----------------------------------------------------------------------------
# Key Value Store (UPSTASH)
# -----------------------------------------------------------------------------
UPSTASH_URL=
UPSTASH_TOKEN=
# -----------------------------------------------------------------------------
# OAuth (Google)
# -----------------------------------------------------------------------------
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URI=
GOOGLE_SCOPES=
GOOGLE_CALENDAR_SCOPES=
# -----------------------------------------------------------------------------
# Resend (Email Service)
# -----------------------------------------------------------------------------
RESEND_API_KEY=