Files
servtex/config.json
2025-12-27 18:02:02 +01:00

18 lines
455 B
JSON

{
"timezone": "Europe/Berlin"
"logFilePath": "./servtex.log",
"logLevel": "debug",
"latexEngine": "lualatex",
"latexSourceFilePath": "./testfiles/Example.tex",
"latexOutputPath": "./testfiles/output",
"webserverDomain": "localhost",
"webserverPort": "8080",
"webserverSecure": true,
"webserverPortSecure": "8443",
"certificatePath": "./testfiles/tls/testing.crt",
"certificateKeyPath": "./testfiles/tls/testing.key",
"trustedProxies": []
}