-
Notifications
You must be signed in to change notification settings - Fork 39
/
.env.example
65 lines (54 loc) · 1.87 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
59
60
61
62
63
64
65
# This is the base url from your app
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# Get this env from Firebase
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=
# Get this env from Notion, read https://general-lady-e21.notion.site/TanyaAja-Template-d6454b3d41934057badb0e389ada5e73
# -- the integration secret key
NOTION_SECRET=
# -- the db: user id
NOTION_DB_USERS_ID=
# -- the db: question id
NOTION_DB_QUESTIONS_ID=
# -- the db: session id
NOTION_DB_SESSION_ID=
# -- the db: custom og
NOTION_DB_CUSTOM_OG=
# -- the db: notif channel
NOTION_DB_NOTIF_CHANNEL=
# -- the db: statistics
NOTION_DB_STATISTICS_ID=
# -- the page id for user row in statistics db
NOTION_DB_STATISTICS_USER_PAGE_ID=
# -- the page id for question row in statistics db
NOTION_DB_STATISTICS_QUESTION_PAGE_ID=
# -- the db: blocked fingerprint
NOTION_DB_BLOCKED_FINGERPRINT_ID=
# -- the db: user stats
NOTION_DB_USER_STATS_ID=
# -- Optional, For captcha
# Get it from: https://www.google.com/recaptcha/admin/create
RECAPTCHA_SECRET_KEY=
NEXT_PUBLIC_RECAPTCHA_SITE_KEY=
# -- Optional, For rate limiter
# Read: https://upstash.com/blog/nextjs-ratelimiting
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
# -- Optional, create a bot using @BotFather
# Read: https://core.telegram.org/bots#how-do-i-create-a-bot
TELEGRAM_BOT_USERNAME=
TELEGRAM_BOT_TOKEN=
# -- Optional, to send report abuser email
# Read: https://dev.mailjet.com/guides/?javascript#send-an-email
MAILJET_API_KEY=
MAILJET_SECRET_KEY=
# https://dev.to/vvo/how-to-add-firebase-service-account-json-files-to-vercel-ph5
# Make sure to add single quote here
FIREBASE_SERVICE_ACCOUNT_KEY='Your JSON value'
# Realtime Database: to handle Firebase token revocation
REALTIME_DATABASE_URL=