Files
servtex/config.json
Maximilian Wagner b600ec5267 tbh i forgot
2025-12-27 19:22:51 +01:00

18 lines
456 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": []
}