SSE in working state

This commit is contained in:
Maximilian Wagner
2025-12-26 01:37:23 +01:00
parent aa76d9c721
commit a6214e022f
11 changed files with 116 additions and 71 deletions

View File

@@ -3,14 +3,14 @@
"logFilePath": "./servtex.log",
"latexEngine": "lualatex",
"latexSourceFilePath": "",
"latexOutputPath": "./output",
"latexSourceFilePath": "./testfiles/Example.tex",
"latexOutputPath": "./testfiles/output",
"webserverDomain": "localhost",
"webserverPort": "8080",
"webserverSecure": true,
"webserverPortSecure": "8443",
"certificatePath": "./testing.crt",
"certificateKeyPath": "./testing.key",
"certificatePath": "./testfiles/tls/testing.crt",
"certificateKeyPath": "./testfiles/tls/testing.key",
"timezone": "Europe/Berlin"
}