config file reading logic implemented, project structure refined
This commit is contained in:
13
config.json
Normal file
13
config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"logLevel": "debug",
|
||||
"logFilePath": "./servtex.log",
|
||||
|
||||
"latexEngine": "lualatex",
|
||||
"latexSourceFilePath": "",
|
||||
"latexOutputPath": "./output",
|
||||
|
||||
"webserverDomain": "localhost:9876",
|
||||
"webserverSecure": false,
|
||||
"certificatePath": "",
|
||||
"certificateKeyPath": ""
|
||||
}
|
||||
Reference in New Issue
Block a user