From 845113e15b84edca14f4ced1b2db6376c1231825 Mon Sep 17 00:00:00 2001 From: MaitriGurey1 Date: Wed, 3 May 2023 13:48:07 +0530 Subject: [PATCH] updated env file accordingly --- .env.local.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.local.sample b/.env.local.sample index 04519cd..4fe735c 100644 --- a/.env.local.sample +++ b/.env.local.sample @@ -23,3 +23,6 @@ NEXT_PUBLIC_HOSTED_URL=http://localhost:3000 # 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) + +# For setting branch add CONTENTSTACK_BRANCH=(Optional for default branch(main)) Eg- develop +# For setting region add CONTENTSTACK_REGION=(Optional for US region) Eg- eu