Environment variables marked with * are mandatory.
PRODUCT
*PRODUCT_DESCRIPTION
*GATEWAY_API_SERVICE_URI
*TASK_MANAGEMENT_TITLE
*
PORT
- Configure a different port for the application to run; Defaults to8080
BUNDLE_ANALYZE
- Used to build the project and analyze the generated bundle (yarn build:analyze
)
YARN_ENABLED
* - Enables yarn as a package manager instead of npmYARN_ARGS
* - Arguments to pass to theyarn install
commandPOST_INSTALL
* - Enables thepostinstall
script to run a build after installing the dependencies
You can use environment variables locally by creating a .env file inside the root folder. This should be used for development purposes only as .env files are git-ignored anyway.