-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
34 lines (27 loc) · 1.05 KB
/
.env.sample
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
# Duplicate this file and rename it to `.env.local` to configure your development environment
# Variables below that have values already can be copied over as-is
# Ones without values have instructions for where to find the values
APP_URL=http://localhost:8080
NEXT_PUBLIC_API_URL=https://api.replay.io
# Used for "graphql-types"; stored in 1Password
HASURA_KEY=
# Support feedback form; stored in 1Password
FORM_CARRY_TOKEN=
# Auth0 configuration; stored in Vercel -> Environment Variables
# auth0.com/docs/quickstart/webapp/nextjs/01-login
AUTH0_BASE_URL=http://localhost:8080
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
AUTH0_ISSUER_BASE_URL=
AUTH0_SECRET=
AUTH0_SESSION_STORE_ID_TOKEN=false
AUTH0_SESSION_ROLLING_DURATION=604800
AUTH0_SESSION_ABSOLUTE_DURATION=2592000
# Stripe; stored in Vercel -> Environment Variables
STRIPE_KEY=
# e2e test config; stored in 1Password
TEST_USER_API_KEY=
TEST_USER_3_PASSWORD= # [email protected]
# secret for the GraphQL FulfillAuthRequest mutation,
# stored in the backend repo in src/graphql-api/secrets.ts
FRONTEND_API_SECRET=