-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
29 lines (20 loc) · 1.22 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
#create environment file name as .env
#and place following configuration data.
REACT_APP_CONTENTSTACK_API_KEY=your_stack_api_key
REACT_APP_CONTENTSTACK_DELIVERY_TOKEN=your_delivery_token
REACT_APP_CONTENTSTACK_ENVIRONMENT=your_environment_token
REACT_APP_CONTENTSTACK_GRAPHQL_HOST_NAME=graphql.contentstack.com
# Below config options are for enabling live preview/live edit tags for the starter app
REACT_APP_CONTENTSTACK_MANAGEMENT_TOKEN= your_management_token
REACT_APP_CONTENTSTACK_APP_HOST=app.contentstack.com
REACT_APP_CONTENTSTACK_LIVE_PREVIEW_HOST_NAME=graphql-preview.contentstack.com
REACT_APP_CONTENTSTACK_LIVE_PREVIEW= true
REACT_APP_CONTENTSTACK_LIVE_EDIT_TAGS= false
# REACT_APP_CONTENTSTACK_LIVE_PREVIEW=true by default set REACT_APP_CONTENTSTACK_LIVE_PREVIEW=false to disable live preview
# For enabling live editing tags for this project set REACT_APP_CONTENTSTACK_LIVE_EDIT_TAGS=true by default it is set to false
# For EU region add REACT_APP_CONTENTSTACK_APP_HOST=eu.app.contentstack.com
# By default branch=main, if a branch is not provided
# REACT_APP_CONTENTSTACK_BRANCH=<your_branch_name>
# By default region=us, if a region is not provided
# REACT_APP_CONTENTSTACK_REGION=<your_region_name>
SKIP_PREFLIGHT_CHECK=true