Environment Variables
Environment Variables
Before you can start developing you will need to replace your environment variables with the appropriated values. This values will be automatically picked up and used by the underlying server and web client.
##
NODE_ENV=development
PORT={PORT}
APP_BASE_URL=http://localhost
APP_BASE_PATH=""
- Linux/MacOS
- Windows
set NODE_ENV=development
set PORT= ####
set APP_BASE_URL=http://localhost
set APP_BASE_PATH=""
set NEXT_PUBLIC_CONTENTFUL_PREVIEW_ACCESS_TOKEN= ####
set NEXT_PUBLIC_CONTENTFUL_PREVIEW_SECRET= ####
set NEXT_PUBLIC_CONTENTFUL_SPACE_ID= ####
set NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN= ###
set PORT= ####
set APP_BASE_URL=http://localhost
set APP_BASE_PATH=""
set NEXT_PUBLIC_CONTENTFUL_PREVIEW_ACCESS_TOKEN= ####
set NEXT_PUBLIC_CONTENTFUL_PREVIEW_SECRET= ####
set NEXT_PUBLIC_CONTENTFUL_SPACE_ID= ####
set NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN= ###
export NODE_ENV=development
export PORT= ####
export APP_BASE_URL=http://localhost
export APP_BASE_PATH= ""
export NEXT_PUBLIC_CONTENTFUL_PREVIEW_ACCESS_TOKEN= ####
export NEXT_PUBLIC_CONTENTFUL_PREVIEW_SECRET= ####
export NEXT_PUBLIC_CONTENTFUL_SPACE_ID= ####
export NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN= ###
export PORT= ####
export APP_BASE_URL=http://localhost
export APP_BASE_PATH= ""
export NEXT_PUBLIC_CONTENTFUL_PREVIEW_ACCESS_TOKEN= ####
export NEXT_PUBLIC_CONTENTFUL_PREVIEW_SECRET= ####
export NEXT_PUBLIC_CONTENTFUL_SPACE_ID= ####
export NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN= ###