- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
This file controls settings related to the License Server.
It is located by default in /etc/lumenvox/ on Linux and in C:\Program Files\LumenVox\License Server\config\ on Windows. See Configuration Files for more information about other configuration files.
The following parameters can be set. The format to use within the configuration file is PROPERTY_NAME = VALUE
This section contains global configuration settings for the License Server.
VERSION
Description: Contains information about the version of the software that created the configuration file. Do not modify this.
Possible Values: This should not be modified by users.
PORT_NUMBER
Description: The port number that the license server will use to listen for connecting clients (both ASR and TTS).
Possible Values: A port number.
Default Value: 7569
LOGGING_VERBOSITY
Description: Controls the verbosity of event logging. This can be used to increase or decrease the amount of information logged by the application. Note that increasing the logging verbosity causes increase in CPU usage, and should therefore be avoided wherever possible in a production environment where optimal performance is critical.
Possible Values: 1 - 3
1 = Minimal logging. Logs only errors and critical issues.
2 = Medium logging. Logs all non-debug inofrmation, includes types covered in Minimal logging as well.
3 = Maximum logging. Logs all types of events. This will include any and all informational and debugging activity.
Default Value: 1