-
Notifications
You must be signed in to change notification settings - Fork 28
/
.env.example
58 lines (41 loc) · 1.49 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
56
57
58
# These properties are need to send an email, you can look the full documentation
# visit here- https://www.emailjs.com/docs/sdk/installation/
NEXT_PUBLIC_YOUR_SERVICE_ID=
NEXT_PUBLIC_YOUR_TEMPLATE_ID=
NEXT_PUBLIC_YOUR_USER_ID=
# I've used this api to get the personal stats of my dev.to blog
# You can generate you `api-key` through https://dev.to/settings/account
NEXT_PUBLIC_BLOGS_API=
# Google Analytics
NEXT_PUBLIC_GA_MEASUREMENT_ID=
# To get the Google Analytics Data by using https://developers.google.com/analytics/devguides/reporting/data/v1 API
GA_PROPERTY_ID=
GA_CLIENT_EMAIL=
GA_PRIVATE_KEY=
# Spotify API TOKENS
# This is little bit complex complex process. So, I have made a full tutorial how you can get your credentials
# visit here - https://j471n.in/blogs/spotify-api-nextjs
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REFRESH_TOKEN=
# To handle the UPI Payment Modal and QR Code
# Your URI ID such as - example@bank (remove this if you are not using UPI Integretion)
NEXT_PUBLIC_UPI=
# Supabase for projects and certificates data
# I am using ISR to fetch the data from Supabase using REST API
SUPABASE_URL=
SUPABASE_KEY=
# Supbase Webhook Revalidate Secret
REVALIDATE_SECRET=
# Google Forms Link
# https://www.youtube.com/watch?v=PVM7h5QCnnM
NEXT_PUBLIC_EMAIL_LIST=
# GitHub token for Stats
GITHUB_TOKEN=
# Rapid API Email Validation
EMAIL_VALIDATION_API=
# Sanity Setup
SANITY_PROJECT_ID=5ec749u0
# TMDB Setup - https://www.themoviedb.org/
TMDB_ACCESS_TOKEN=
TMDB_ACCOUNT_ID=