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