-
Notifications
You must be signed in to change notification settings - Fork 76
/
.env.local.sample
31 lines (25 loc) · 1.41 KB
/
.env.local.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is a settings file for our application.
# Contentstack is the tool we use to manage our website's content.
# You need to replace 'your_stack_api_key', 'your_delivery_token', and 'your_environment_name' with the actual information.
CONTENTSTACK_API_KEY=your_stack_api_key
CONTENTSTACK_DELIVERY_TOKEN=your_delivery_token
CONTENTSTACK_ENVIRONMENT=your_environment_name
# Live Preview lets us see changes before they are shown on the website.
# Replace 'your_live_preview_token' with the actual information.
CONTENTSTACK_PREVIEW_HOST=rest-preview.contentstack.com
CONTENTSTACK_PREVIEW_TOKEN=your_live_preview_token
CONTENTSTACK_APP_HOST=app.contentstack.com
CONTENTSTACK_LIVE_PREVIEW=true
CONTENTSTACK_LIVE_EDIT_TAGS=false
# These are extra settings. You can remove the '#' at the start of the line and fill these if needed.
# CONTENTSTACK_API_HOST= api.contentstack.io
# CONTENTSTACK_REGION=us
# CONTENTSTACK_BRANCH=main
#site-map
NEXT_PUBLIC_HOSTED_URL=http://localhost:3000
# Notes:
# - CONTENTSTACK_API_HOST: This is for setting a custom address for the Contentstack tool.
# - CONTENTSTACK_REGION: This is for setting a custom region for the Contentstack tool (default is 'us').
# - CONTENTSTACK_BRANCH: This is for setting a custom branch for the Contentstack tool (default is 'main').
# - CONTENTSTACK_PREVIEW_HOST: If you're in the EU just append "eu-" to "rest-preview.contentstack.com"
# - example eu-rest-preview.contentstack.com