28 lines
468 B
INI
28 lines
468 B
INI
// link the common configuration file
|
|
RootConfigFilename = "test_service_default.cfg";
|
|
|
|
DontUseAES = 1;
|
|
DontUseNS = 1;
|
|
DontUseTS = 1;
|
|
|
|
Paths = {};
|
|
PathsNoRecurse = {};
|
|
GeorgePaths = {};
|
|
WriteFilesDirectory = "";
|
|
SaveFilesDirectory = "";
|
|
|
|
StartCommands =
|
|
{
|
|
""
|
|
|
|
// ,"pdrRead a pdrLines.txt"
|
|
// ,"pdrWrite a pdrLines_out.xml"
|
|
|
|
// ,"pdrRead b pdrLines_out.xml"
|
|
// ,"pdrWrite b pdrLines_out.txt"
|
|
|
|
// ,"pdrRead c pdr_account.xml"
|
|
// ,"pdrWrite c pdr_account_out.txt"
|
|
|
|
};
|