Configuration settings for IVR on-prem
Below are configurations for the IVR v.4.0.0 on-prem application. If you want to change any of them, stop the application, modify the configuration settings and then start the application.
AppConfig.yaml
This YAML file contains the configuration settings for the application.
Setting name | Data type | Default value | Description | Possible values | Remarks |
---|---|---|---|---|---|
Configs | |||||
ByPassCertificateVerification | Boolean | TRUE | A Boolean value indicating whether to bypass certificate verification |
|
|
CorsAllowedOrigins | String | '*' | A string value indicating the allowed origins for CORS | ||
LogCompression | Boolean | TRUE | A Boolean value indicating whether to enable log compression. | The compressed format will be .gz (you need an external tool, like 7zip to open this file format) | |
LogMaxAgeDays | Int | 15 | The maximum age of log files in days | ||
LogMaxBackups | Int | 100 | The maximum number of log backups to keep. | ||
LogMaxSizeMb | Int | 10 | The maximum size of log files in megabytes. | ||
Port | Int | 9011 | The port number for the application. | ||
BesReConfigs | |||||
Port | Int | 9013 | The port number for the BesRetriever service. | ||
WebServer | 127.0.0.1 | Server where this service is hosted. | |||
EngConfigs | |||||
Port | 9014 | The port number for the EngConfigs service. | |||
WebServer | 127.0.0.1 | Server where this service is hosted. | |||
AutomationIntervalHours | Int | 12 | The interval in hours for automation. | ||
LBConfigs | |||||
Port | 9012 | The port number for the LBConfigs service. | |||
WebServer | 127.0.0.1 | Server where this service is hosted. |