Files
servtex/config.json
2025-12-28 00:31:39 +01:00

19 lines
479 B
JSON

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