Configuration
Configuration is performed per program part.
You can make the following settings in the file Q-ENGINE_service.exe.config.
You will find this file in the installation directory, and elements not listed here must not be changed:
|
Contains the connection string for the Microsoft SQL Server. The following information must be set at a minimum:
Examples:
| ||||||
|
The value of value can be a string. Default: _prod The string is appended to the name of the Windows service, and the service can then be reached via this extended name. | ||||||
|
The value of value must be an integer between 10 and 50. Default: 10 Sets the wait time in seconds between automation runs. | ||||||
|
The value of value must be a string. Default: C:\Q-Matrix™\ The string is used to search a directory at this location for a usable license. If the string is left empty, a valid license must be placed in the execution directory of the Windows service. | ||||||
|
The value of value must be a string. Default: The string is used at runtime to use / replace the URL for Q-PORTAL. | ||||||
|
The value of value must be a string. Default: C:\tmp\ The string is used to store a database backup in the specified directory. | ||||||
|
The value of minlevel can be Trace or Info. Default: Info For more information, see https://nlog-project.org/config/ | ||||||
|
The value of minlevel can be Trace or Info. Default: Info For more information, see https://nlog-project.org/config/ | ||||||
|
The value of minlevel can be Trace or Info. Default: Info For more information, see https://nlog-project.org/config/ |
You can make the following settings in the file Q-ENGINE_gui.exe.config.
You will find this file in the installation directory, and elements not listed here must not be changed:
|
Contains the connection string for the Microsoft SQL Server. The following information must be set at a minimum:
Examples:
| ||||||
|
The value of value must be a string. Default: C:\Q-Matrix™\ The string is used to search a directory at this location for a usable license. If the string is left empty, a valid license must be placed in the execution directory of the Windows service. | ||||||
|
The value of value must be a string. Default: The string is used at runtime to use / replace the URL for Q-PORTAL. | ||||||
|
The value of value must be a string. Default: C:\tmp\ The string is used to store a database backup in the specified directory. | ||||||
|
The value of minlevel can be Trace or Info. Default: Info For more information, see https://nlog-project.org/config/ |