-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
55 lines (43 loc) · 1 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# MongoDB connection
MONGODB_URI=
MONGODB_DB=
# Encryption secret
ENCRYPTION_SECRET=
# Resend
RESEND_API_KEY=
RESEND_EMAIL=
IS_RESEND_ENABLE=
# Google Gemini
GEMINI_API_KEY=
GEMINI_MODEL=
GEMINI_RICHER_MODEL=
# App URLs
APP_URL=
APP_LOCALHOST_URL=
# Analytics
GOOGLE_ANALYTICS_ID=
# Sentry
# The SENTRY_AUTH_TOKEN variable is picked up by the Sentry Build Plugin.
# It's used for authentication when uploading source maps.
SENTRY_AUTH_TOKEN=
NEXT_PUBLIC_SENTRY_DSN=
# Suppress warning if running dev server with turbopack because of the warning: WARNING: You are using the Sentry SDK with `next dev --turbo`. The Sentry SDK doesn't yet fully support Turbopack.
SENTRY_SUPPRESS_TURBOPACK_WARNING=0
# Auth.js secret
AUTH_SECRET=
# GitHub OAuth
AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=
# Google OAuth
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=
# Spotify OAuth
AUTH_SPOTIFY_ID=
AUTH_SPOTIFY_SECRET=
# Notion OAuth
AUTH_NOTION_ID=
AUTH_NOTION_SECRET=
AUTH_NOTION_REDIRECT_URI=
# Dribbble OAuth
AUTH_DRIBBBLE_ID=
AUTH_DRIBBBLE_SECRET=