Skip to content

Commit 3977fd7

Browse files
authored
Merge pull request #18 from contentstack/staging
Staging
2 parents 897984b + 1621765 commit 3977fd7

21 files changed

+433
-15922
lines changed

.env

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
VUE_APP_CONTENTSTACK_API_KEY =YOUR_API_KEY
2-
VUE_APP_CONTENTSTACK_DELIVERY_TOKEN = YOUR_DELIVERY_TOKEN
3-
VUE_APP_CONTENTSTACK_ENVIRONMENT = YOUR_PUBLISHING_ENVIRONMENT
4-
# optional EU region (default region is NA/US) when its kept empty
5-
# VUE_APP_CONTENTSTACK_REGION =
1+
# provide stack & region details below
2+
3+
VUE_APP_CONTENTSTACK_API_KEY = <your-stack-api-key>
4+
VUE_APP_CONTENTSTACK_DELIVERY_TOKEN = <your-delivery-token>
5+
VUE_APP_CONTENTSTACK_ENVIRONMENT = <your-publishing-environment>
6+
7+
# Below credentials are for Live Preview feature and are mandatory for enabling live preview in your starter app
8+
# Optional if not enabling live preview
9+
10+
VUE_APP_CONTENTSTACK_MANAGEMENT_TOKEN= <your-management-token>
11+
VUE_APP_CONTENTSTACK_API_HOST= <your-api-host>
12+
VUE_APP_CONTENTSTACK_APP_HOST= <your-app-host>
13+
VUE_APP_CONTENTSTACK_LIVE_PREVIEW= true
14+
15+
# VUE_APP_CONTENTSTACK_LIVE_PREVIEW = true (will be true by default to disable live preview feature please provide value false)
16+
# VUE_APP_CONTENTSTACK_APP_HOST = (for NA region 'app.contentstack.com' anf for EU region 'eu.app.contentstack.com)
17+
# VUE_APP_CONTENTSTACK_API_HOST= (for NA region 'api.contentstack.io' and for EU region 'eu-api.contentack.com)

0 commit comments

Comments
 (0)