Environment Variables
Environment variables can be used in the configuration, expressed in DOS like format (%NAME%).
Example
<repository>
<id>REMOTE_ASCII</id>
<type>luw</type>
<host>192.168.1.6</host>
<user>ianus</user>
<password>giano</password>
<remotepath>/home/ianus/data/ascii</remotepath>
<path>%HOMEDRIVE%%HOMEPATH%\Files\ASCII</path>
<encoding>ascii</encoding>
<endian>big</endian>
<varfmt>microfocus</varfmt>
</repository>
<reports>
<path>%TEMP%\reports</path>
<enabled>true</enabled>
</reports>