20 lines
383 B
INI
20 lines
383 B
INI
5 years ago
|
// link the common configuration file
|
||
|
RootConfigFilename = "general_utilities_service_common.cfg";
|
||
|
|
||
|
DontUseNS = 0;
|
||
|
DontUseTS = 1;
|
||
|
UseMirror= 1;
|
||
|
|
||
|
NSHost = "localhost";
|
||
|
|
||
|
GUSMirrorConfig =
|
||
|
{
|
||
|
"dataset fe_temp",
|
||
|
"property NameIndex rn",
|
||
|
};
|
||
|
|
||
|
|
||
|
DisplayedVariables += { "", "SlowestService", "SlowestTock", "", "WaitingForServices", "", "@Pause|pause" };
|
||
|
|
||
|
NegFiltersDebug += { "LNETL" } ;
|