-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from contentstack/staging
Staging
- Loading branch information
Showing
38 changed files
with
1,852 additions
and
13,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
#create environment file name as .env.local | ||
#and place following configuration data. | ||
|
||
CONTENTSTACK_API_KEY=YOUR_API_KEY | ||
CONTENTSTACK_DELIVERY_TOKEN=YOUR_DELIVERY_TOKEN | ||
CONTENTSTACK_ENVIRONMENT=YOUR_PUBLISHING_ENVIRONMENT | ||
|
||
# For live preview | ||
CONTENTSTACK_MANAGEMENT_TOKEN= | ||
CONTENTSTACK_API_HOST= | ||
CONTENTSTACK_APP_HOST= | ||
CONTENTSTACK_LIVE_PREVIEW=true | ||
|
||
# For enabling live editing tags for this project set NEXT_PUBLIC_CONTENTSTACK_LIVE_PREVIEW=true by default it is set to false | ||
# For NA region add CONTENTSTACK_APP_HOST=app.contentstack.com | ||
# For EU region add CONTENTSTACK_APP_HOST=eu-app.contentstack.com | ||
# For setting region add CONTENTSTACK_REGION=(Optional for US region) Eg- eu | ||
# For setting custom host add CONTENTSTACK_API_HOST=for(NA: api.contentstack.io, EU: eu-api.contentstack.com) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.