Files
servtex/config.json
Maximilian Wagner a6214e022f SSE in working state
2025-12-26 01:37:23 +01:00

17 lines
433 B
JSON

{
"logLevel": "debug",
"logFilePath": "./servtex.log",
"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",
"timezone": "Europe/Berlin"
}