Skip to main content

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=""

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= ###