MTG CLM UI Configuration
For MTG CLM UI there is one main configuration file.
It contains the application configuration in the form of a nuxt.config.ts file.
Environmental Variables
The following are the properties used to configure MTG CLM UI.
The properties are defined in the nuxt.config.ts file, and they can be configured through environmental variables.
| Property | Required | Default | Description |
|---|---|---|---|
NUXT_PUBLIC_SERVER_BASE_PATH |
false |
The URL of the MTG CLM UI Backend API server. |
|
NUXT_PUBLIC_ISSUER_URI |
false |
The URL of the OpenIDConnect Provider (Keycloak). |
|
NUXT_APP_BASE_URL |
false |
/ |
The context root path to be used from the embedded web server. |
NITRO_HOST or HOST |
false |
0.0.0.0 |
The host domain to be used from the embedded web server. |
NITRO_PORT or PORT |
false |
3000 |
The port to be used from the embedded web server. |
NITRO_SSL_CERT |
false |
- |
The server certificate to be used for HTTPS by the embedded web server in PEM format. |
NITRO_SSL_KEY |
false |
- |
The server key to be used for HTTPS by the embedded web server in PEM unencrypted format. |