Skip to content

Commit 865d989

Browse files
authored
doc:updated env config example
1 parent 64b286b commit 865d989

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.env.local.sample

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ CONTENTSTACK_API_HOST=
1212
CONTENTSTACK_APP_HOST=
1313
CONTENTSTACK_LIVE_PREVIEW=true
1414

15+
#site-map
16+
NEXT_PUBLIC_HOSTED_URL=http://localhost:3000
17+
# Requires host url for sitemap. Localhost:3000 is set as default value
18+
1519
# For enabling live editing tags for this project set NEXT_PUBLIC_CONTENTSTACK_LIVE_PREVIEW=true by default it is set to false
1620
# For NA region add CONTENTSTACK_APP_HOST=app.contentstack.com
1721
# For EU region add CONTENTSTACK_APP_HOST=eu-app.contentstack.com
1822
# For setting region add CONTENTSTACK_REGION=(Optional for US region) Eg- eu
19-
# For setting custom host add CONTENTSTACK_API_HOST=for(NA: api.contentstack.io, EU: eu-api.contentstack.com)
23+
# For setting custom host add CONTENTSTACK_API_HOST=for(NA: api.contentstack.io, EU: eu-api.contentstack.com)

0 commit comments

Comments
 (0)