Files
accordion/server/config/main.cfg

30 lines
430 B
INI

Logger = (
{
Id = "main";
FlagsEnabled = (
"Debug",
"Info",
"Warning",
"Error"
);
ShowTime = false;
ShowSourceTrace = false;
CoutEnabled = true;
FileEnabled = true;
FilePath = "build/server/logs";
FileName = "app.log";
}
);
TcpServer = (
{
Id = "main";
Port = 39500;
}
);