scaffold some common services

This commit is contained in:
2026-07-16 22:58:57 -05:00
parent 13bfbd3479
commit 3a3f67c4ef
22 changed files with 427 additions and 22 deletions

21
server/config/main.cfg Normal file
View File

@@ -0,0 +1,21 @@
Logger = (
{
Id = "main";
FlagsEnabled = (
"Debug",
"Info",
"Warning",
"Error"
);
ShowTime = false;
ShowSourceTrace = false;
CoutEnabled = true;
FileEnabled = true;
FilePath = "build/server/logs";
FileName = "app.log";
}
);