All Invantive products exchanges licensing messages with a central Invantive License Service node. The following environment variables control License Service and are available on all platforms and products: - `INVANTIVE_LICX_KEY`: the license key will be taken from this variable when defined for use with the Invantive License Service when configured by default or via `INVANTIVE_LS_NEW`. Available since release 26.0. - `INVANTIVE_LIC_KEY`: the license key will be taken from this variable when defined for use with the (obsolete) CryptoLicensing system when configured by default or via `INVANTIVE_LS_NEW`. Available since release 26.0. - `INVANTIVE_LICENSE_FILE_PATH`: the license file name and path will be taken from the environment variable `INVANTIVE_LICENSE_FILE_PATH`. Otherwise a file will be used named `invantive.licx` (Invantive License Service) or `invantive.lic` (CryptoLicensing) in the Invantive configuration folder. - `INVANTIVE_LS_NEW`: whether the Invantive License Service is used (`true`) or the obsoleted CryptoLicensing service (`false`). Defaults to `true` on release 26.0 and later, `false` before. - `INVANTIVE_LS_ENVIRONMENT`: the license environment to use as one of `production`, `acceptance`, `test` and `development`. Defaults to `production`.