4
4
5
5
REACT_APP_CONTENTSTACK_API_KEY = your_stack_api_key
6
6
REACT_APP_CONTENTSTACK_DELIVERY_TOKEN = your_delivery_token
7
- REACT_APP_CONTENTSTACK_ENVIRONMENT = your_environment_token
7
+ REACT_APP_CONTENTSTACK_ENVIRONMENT = your_environment_name
8
8
9
9
# Below config options are for enabling live preview/live edit tags for the starter app
10
10
11
- REACT_APP_CONTENTSTACK_API_HOST = api .contentstack.io
12
- REACT_APP_CONTENTSTACK_MANAGEMENT_TOKEN = your_management_token
11
+ REACT_APP_CONTENTSTACK_PREVIEW_HOST = rest-preview .contentstack.com
12
+ REACT_APP_CONTENTSTACK_PREVIEW_TOKEN = your_live_preview_token
13
13
REACT_APP_CONTENTSTACK_APP_HOST = app.contentstack.com
14
- REACT_APP_CONTENTSTACK_LIVE_PREVIEW = true
15
- REACT_APP_CONTENTSTACK_LIVE_EDIT_TAGS = false
14
+ REACT_APP_CONTENTSTACK_LIVE_PREVIEW = true
15
+ REACT_APP_CONTENTSTACK_LIVE_EDIT_TAGS = false
16
16
17
17
18
- # REACT_APP_CONTENTSTACK_LIVE_PREVIEW=true by default set REACT_APP_CONTENTSTACK_LIVE_PREVIEW=false to disable live preview
19
- # For enabling live editing tags for this project set REACT_APP_CONTENTSTACK_LIVE_EDIT_TAGS=true by default it is set to false
20
- # For EU region add REACT_APP_CONTENTSTACK_APP_HOST=eu.app.contentstack.com
18
+ # REACT_APP_CONTENTSTACK_API_HOST= api.contentstack.io
19
+ # REACT_APP_CONTENTSTACK_REGION=eu
20
+ # REACT_APP_CONTENTSTACK_BRANCH=main
21
21
22
- # By default branch=main, if a branch is not provided
23
- # REACT_APP_CONTENTSTACK_BRANCH=<your_branch_name>
22
+ # ## NOTE:
23
+ # REACT_APP_CONTENTSTACK_API_HOST- For setting custom api host for contentstack sdk
24
+ # REACT_APP_CONTENTSTACK_REGION- For setting custom region for contentstack sdk default is us
25
+ # REACT_APP_CONTENTSTACK_BRANCH- For setting custom branch for contentstack sdk default is main
24
26
25
- # By default region=us, if a region is not provided
26
- # REACT_APP_CONTENTSTACK_REGION=<your_region_name>
27
-
28
- SKIP_PREFLIGHT_CHECK = true
27
+ # Setting Live Preview URL's
28
+ # REACT_APP_CONTENTSTACK_PREVIEW_HOST- For eu region use eu-rest-preview.contentstack.com/azure-na-rest-preview.contentstack.com/azure-eu-rest-preview.contentstack.com
0 commit comments