config file reading logic implemented, project structure refined

This commit is contained in:
Maximilian Wagner
2025-12-24 00:26:32 +01:00
parent d30757808d
commit 2d50286efa
13 changed files with 181 additions and 3 deletions

13
config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"logLevel": "debug",
"logFilePath": "./servtex.log",
"latexEngine": "lualatex",
"latexSourceFilePath": "",
"latexOutputPath": "./output",
"webserverDomain": "localhost:9876",
"webserverSecure": false,
"certificatePath": "",
"certificateKeyPath": ""
}