Skip to content

Staging #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
VUE_APP_CONTENTSTACK_API_KEY =YOUR_API_KEY
VUE_APP_CONTENTSTACK_DELIVERY_TOKEN = YOUR_DELIVERY_TOKEN
VUE_APP_CONTENTSTACK_ENVIRONMENT = YOUR_PUBLISHING_ENVIRONMENT
# optional EU region (default region is NA/US) when its kept empty
# VUE_APP_CONTENTSTACK_REGION =
# provide stack & region details below

VUE_APP_CONTENTSTACK_API_KEY = <your-stack-api-key>
VUE_APP_CONTENTSTACK_DELIVERY_TOKEN = <your-delivery-token>
VUE_APP_CONTENTSTACK_ENVIRONMENT = <your-publishing-environment>

# Below credentials are for Live Preview feature and are mandatory for enabling live preview in your starter app
# Optional if not enabling live preview

VUE_APP_CONTENTSTACK_MANAGEMENT_TOKEN= <your-management-token>
VUE_APP_CONTENTSTACK_API_HOST= <your-api-host>
VUE_APP_CONTENTSTACK_APP_HOST= <your-app-host>
VUE_APP_CONTENTSTACK_LIVE_PREVIEW= true

# VUE_APP_CONTENTSTACK_LIVE_PREVIEW = true (will be true by default to disable live preview feature please provide value false)
# VUE_APP_CONTENTSTACK_APP_HOST = (for NA region 'app.contentstack.com' anf for EU region 'eu.app.contentstack.com)
# VUE_APP_CONTENTSTACK_API_HOST= (for NA region 'api.contentstack.io' and for EU region 'eu-api.contentack.com)
Loading