Skip to content

Commit ff4f8d2

Browse files
fix:update env sample
Signed-off-by: Amitkanswal <amit.kanswal@contentstack.com>
1 parent 265baf7 commit ff4f8d2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.env.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
REACT_APP_CONTENTSTACK_API_KEY=your_stack_api_key
66
REACT_APP_CONTENTSTACK_DELIVERY_TOKEN=your_delivery_token
7-
REACT_APP_CONTENTSTACK_ENVIRONMENT=your_environment_token
7+
REACT_APP_CONTENTSTACK_ENVIRONMENT=your_environment_name
88

99
# Below config options are for enabling live preview/live edit tags for the starter app
1010

11-
REACT_APP_CONTENTSTACK_PREVIEW_HOST= rest-preview.contentstack.com
12-
REACT_APP_CONTENTSTACK_PREVIEW_TOKEN= your_live_preview_token
11+
REACT_APP_CONTENTSTACK_PREVIEW_HOST=rest-preview.contentstack.com
12+
REACT_APP_CONTENTSTACK_PREVIEW_TOKEN=your_live_preview_token
1313
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
1616

1717

18-
# REACT_APP_CONTENTSTACK_API_HOST=api.contentstack.com
18+
# REACT_APP_CONTENTSTACK_API_HOST= api.contentstack.io
1919
# REACT_APP_CONTENTSTACK_REGION=eu
2020
# REACT_APP_CONTENTSTACK_BRANCH=main
2121

0 commit comments

Comments
 (0)