forked from vercel/virtual-event-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.env.local.example
31 lines (24 loc) · 1.15 KB
/
.env.local.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
# 100ms Token generation endpoint
NEXT_PUBLIC_HMS_TOKEN_ENDPOINT=
# Allows you to view CMS seed data
DATOCMS_READ_ONLY_API_TOKEN=64d3e9785004e9f4e893a6ca70e8c5
# If you’d like to enable GitHub OAuth, fill these below
NEXT_PUBLIC_GITHUB_OAUTH_CLIENT_ID=
GITHUB_OAUTH_CLIENT_SECRET=
# To test GitHub OAuth locally, set NEXT_PUBLIC_SITE_ORIGIN as http://localhost:3000
NEXT_PUBLIC_SITE_ORIGIN=http://localhost:3000
# If you’d like to use a Redis database to store user data in the API routes,
# fill these below. See: lib/db-providers/redis.ts
REDIS_PORT=6379
REDIS_URL=localhost
REDIS_PASSWORD=
REDIS_SSL_ENABLED=false
# If you’d like to use a Supabase to store user data in the API routes,
# fill these below. See: lib/db-providers/supabase.ts
SUPABASE_URL=
SUPABASE_SERVICE_ROLE_SECRET=
# will be used to create a hash of the email address, which will be used for the Redis key for # each user data (i.e. id:<hash>). See lib/redis.ts for details.
EMAIL_TO_ID_SECRET=
# If you want to validate captcha with hCaptcha, set this variables
NEXT_PUBLIC_HCAPTCHA_SITE_KEY=10000000-ffff-ffff-ffff-000000000001
HCAPTCHA_SECRET_KEY=0x0000000000000000000000000000000000000000