Breadcrumbs

Ecm Frontend Configurations

Following are the steps to configure Ecm Frontend:

  1. Stop Apache Tomcat 8.5 Tomcat8 service in Windows Services pane

  2. Navigate to <installation-dir>\hybrid-chat\core\tomcat\apache-tomcat-8.5.47\webapps\ecm-frontend\conf

  3. Open conf.json file for configuration changes

  4. Save conf.json , clear cache in browser and refresh /ecm-frontend/ page

Configuration

Sample config.json file:

JavaScript
{
"environment" : "prod",
  "state" : "app.base",
  "extraSettings" : true,
  "gatewayUrl" : "https://chatsolution.expertflow.com/umm",
  "tamURL" : "tam_url",
  "ecmURL" : "ecm_url",
  "promptURL" : "prompt_url",
  "applicationVersion":"Version: 12.3.2"
}

Following table explains parameters:


Configuration Variable

Default Value

Expected Value

Limitations

Description

1

environment

prod

String


Hosting environment. Do not change

2

state

app.base

String


App state. Do not change

3

extraSettings

true

String


Do not change

4

gatewayUrl

https://chatsolution.expertflow.com/

umm


When reverse proxy is configured, use https://<reverse-proxy-fqdn>/umm instead. 

Umm URL. Umm acts as gateway

5

tamURL



Not supported anymore


6

ecmURL



Not supported anymore


7

promptURL



Not supported anymore


8

applicationVersion



Not supported anymore