logfile = itprep.log
logsize = 10485760
logrotate = 10
These set logging options. Relevant information is logged to the file specified by the log file setting.
With the logrotate setting it is possible to determine how many 'old' log files are kept (renamed to itprep.log.1, itprep.log.2 etcetera). A new log file is created every time the ITP/MDK Repository starts or when the size of the log file exceeds the value in bytes set with the logsize option.
language = eng
The screen language. Select 'eng' for English or 'nld' for Dutch. Default is English. For the client, this setting can be changed by using the Language item in the View menu. (This will only fully take effect after a restart of the ITP/MDK Repository client).
temppath = %TMP%
The folder where the ITP/MDK Repository will put temporary files. Defaults to the temp folder specified by Microsoft Windows. Another path can be specified as c:\ <some dir>. The ITP/MDK Repository extensively uses the temp folder. This means that there must be enough disk space available to the temp folder.