Skip to main content
Skip table of contents

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:

conf.json

JS
{
"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 VariableDefault ValueExpected ValueLimitationsDescription
1environmentprodString
Hosting environment. Do not change
2stateapp.baseString
App state. Do not change
3extraSettingstrueString
Do not change
4gatewayUrlhttps://chatsolution.expertflow.com/umm
When reverse proxy is configured, use https://<reverse-proxy-fqdn>/umm instead. Umm URL. Umm acts as gateway
5tamURL

Not supported anymore
6ecmURL

Not supported anymore
7promptURL

Not supported anymore
8applicationVersion

Not supported anymore
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.