-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
changes by SRE
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
#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=api.contentstack.io | ||
CONTENTSTACK_APP_HOST=app.contentstack.com | ||
CONTENTSTACK_LIVE_PREVIEW=true | ||
CONTENTSTACK_LIVE_EDIT_TAGS=true | ||
|
||
#site-map | ||
NEXT_PUBLIC_HOSTED_URL=http://localhost:3000 | ||
# Requires host url for sitemap. Localhost:3000 is set as default value | ||
|
||
# For Live preview default value is to true to disable live preview set CONTENTSTACK_LIVE_PREVIEW=false | ||
# For live edit tags default value is set to false to enable live edit tag set CONTENTSTACK_LIVE_EDIT_TAGS=true | ||
# For NA region add CONTENTSTACK_APP_HOST=app.contentstack.com | ||
# For EU region add CONTENTSTACK_APP_HOST=eu-app.contentstack.com | ||
|
||
# For setting custom host add CONTENTSTACK_API_HOST=for(NA: api.contentstack.io, EU: eu-api.contentstack.com) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | ||
|
||
# dependencies | ||
/node_modules | ||
/.pnp | ||
.pnp.js | ||
|
||
# testing | ||
/coverage | ||
|
||
# next.js | ||
/.next/ | ||
/out/ | ||
|
||
# production | ||
/build | ||
|
||
# misc | ||
.DS_Store | ||
*.pem | ||
|
||
# debug | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.pnpm-debug.log* | ||
|
||
# local env files | ||
.env*.local | ||
|
||
# vercel | ||
.vercel | ||
|
||
# typescript | ||
*.tsbuildinfo |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
* @contentstack/security-admin @contentstack/ecosystem-admin | ||
* @contentstack/security-admin @contentstack/tso-academy-admin |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.