forked from auth0-training/labs-node-working-with-apis
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.env-sample
27 lines (24 loc) · 856 Bytes
/
.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
# Auth0 variables
# A long, secret value used to encrypt the session cookie
# See https://github.com/Sambego/fga-drive-example?tab=readme#2-configure-auth0
# for more info on how to generate this value
AUTH0_SECRET=a long, randomly-generated string stored in env
# Found in your application's settings on the Auth0 dashboard here:
# https://manage.auth0.com
AUTH0_BASE_URL=
AUTH0_ISSUER_BASE_URL=https://
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
# Okta FGA variables
# Found in the Store settings on your Okta FGA dashboard:
# https://dashboard.fga.dev
FGA_API_URL=https://api.us1.fga.dev
FGA_STORE_ID=
FGA_AUTHORIZATION_MODEL_ID=
FGA_API_TOKEN_ISSUER=fga.us.auth0.com
FGA_API_AUDIENCE=https://api.us1.fga.dev/
FGA_CLIENT_ID=
FGA_CLIENT_SECRET=
# Vercel KV variables
# Found under the storage tab on your Vercel dashboard:
# https://vercel.com/dashboard