forked from ForgeRock/forgerock-javascript-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (21 loc) · 672 Bytes
/
Copy path.env.example
File metadata and controls
24 lines (21 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Core Variables (required for all samples)
AM_URL=$AM_URL
REALM_PATH=$REALM_PATH
SCOPE=$SCOPE
TIMEOUT=$TIMEOUT
WEB_OAUTH_CLIENT=$WEB_OAUTH_CLIENT
# Additional for Central & Embedded Login
REDIRECT_URI=$REDIRECT_URI
CENTRAL_LOGIN_CLIENT=$CENTRAL_LOGIN_CLIENT
# Embedded Login Only
TREE=$TREE
# Additional for Angular & React Samples
# APP_URL=$APP_URL # not using this for preview-environment instead, we can use window.location.href
API_URL=$API_URL
DEBUGGER_OFF=true
DEVELOPMENT=$DEVELOPMENT
JOURNEY_LOGIN=$JOURNEY_LOGIN
JOURNEY_REGISTER=$JOURNEY_REGISTER
PORT=$PORT
REST_OAUTH_CLIENT=$REST_OAUTH_CLIENT
REST_OAUTH_SECRET=$REST_OAUTH_SECRET