28 lines
573 B
INI
28 lines
573 B
INI
// link the common configuration file
|
|
RootConfigFilename = "common.cfg";
|
|
|
|
DisplayedVariables += { "", "SlowestService", "SlowestTock", "", "WaitingForServices", "", "@Pause|pause" };
|
|
|
|
NegFiltersDebug = { "DELTA_", "DEFAULT_CB", "LNETL", };
|
|
NegFiltersInfo = { "HNETL5" };
|
|
|
|
Paths = { };
|
|
|
|
StartCommands =
|
|
{
|
|
};
|
|
|
|
DontUseNS = 1;
|
|
|
|
SId = 4;
|
|
|
|
ListeningPort = 49990;
|
|
|
|
// Listening port for the Web server to connect in
|
|
WebPort = 49898;
|
|
|
|
BSReadState = 0;
|
|
MasterBSHost = "192.168.1.134:49990";
|
|
BSFileSubst = "/home/nevrax/save_shard";
|
|
BSFilePrefix = "/home/nevrax/save_shard_slave";
|