Files
servtex/config.json

14 lines
264 B
JSON

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