Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 660 Bytes

environment-variables-setup.md

File metadata and controls

22 lines (12 loc) · 660 Bytes

Setting up environment variables

This document outlines which environment variables need to be setup in deployment settings for certain features of the website to function.

Facebook ID

  • The Starick Facebook ID environment variable needs to be set up in deployment settings.

  • It needs to be set up as:

  • NEXT_PUBLIC_FACEBOOK_PAGE_ID=Example_ID.

  • Example-ID will need to be replaced by the real Starick Facebook ID.

OPENAI_API_KEY

  • The OPENAI_API_KEY for the ChatBot needs to be set up in deployment settings.

  • It needs to be set up as:

  • OPENAI_API_KEY=Example_API_KEY.

  • Example_API_KEY will need to be replaced with the real API KEY.