SSE in working state
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user