Environment Variables

A .env is needed to run the app locally at http://localhost:3000

Directweb only needs the following varaibles to work:

API_KEY=
BASE_URI=

If using credential add the private key to this variable:

PKEY=

If using management API add the following variables:

MANAGEMENT_PKEY=
MANAGEMENT_API_KEY=
MANAGEMENT_API_SERVICE_URL=

The rest of the varibles are only needed to run tests:

TEST_URL=
MAILSLURP_INBOX=
MAILSLURP_EMAIL=
MAILSLURP_API_KEY=

Take a look at .env_example for an example .env