UMM Environment Variables
Create/Update environment variables in the following file umm_variables.env
folder.
Name | Description |
---|---|
PRIM_FINESSE_IP | Primary Finesse URL including port (if not 80 or 443) For example: |
SEC_FINESSE_IP | Secondary Finesse URL including port (if not 80 or 443) For example: |
CISCO_TYPE | UCCE/UCCX (capital case without quotes) |
FINESSE_USER | Finesse administrator user |
FINESSE_PASS | Finesse administrator password |
| UMM Database |
| UMM Database driver |
| UMM Database dialect |
| UMM Database username |
| UMM Database password |
| The password of the admin user |
| Path of the SSL trust store including the name. This trust store should include SSL certificates if Finesse APIs needed to access via HTTPS |
| Truststore password |
| This variable would enable or disable SSO functionalities on backend. Possible values are: true or false |
SOO_AUTO_LOGIN | Used to enable or disable SSO functionalities on UMM front-end. Possible values are: true or false |
| UMM base URL is used for the UMM backend. It should be: https://IP:umm-port |
SERVER_URL | This variable is used for the UMM front-end. Provide the URL of Umm : For Example In the case of HA, machine_IP should be the virtual IP of HA |
| Callback URL for the component. The format would be: https://IP:umm-port/umm/base/index.html |
| Provide the base URI of UCCX node. The format would be: https://<fully qualified host name of UCCX publisher node>:8553 |
| If UCCX is deployed in High Availability mode, provide the base URI of the second node. The format would be: https://<fully qualified host name of UCCX Subscriber node>:8553 |
| Register application in IDS to get client ID by following the steps here. Example: 973a8f41be45426510c971ce41b6feae8d71bc22 |
FINESSE_LOGIN_FIELD | Usable in all the images after v13.3, Used to inform UMM whether the user should be synced with loginName or loginId. Possible values : loginName OR loginId Default value : loginId |
TOKEN_URL | Vault server url, http://VAULT-IP:PORT. If Vault is setup following step 3, then do not change the default value. |
TOKEN | Vault master token |