Files
servtex/config.json
2025-12-25 20:05:33 +01:00

15 lines
294 B
JSON

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