webserver up and running for http/https, logger timestamp format change

This commit is contained in:
Maximilian Wagner
2025-12-25 23:31:48 +01:00
parent a54c4cf9ff
commit aa76d9c721
12 changed files with 190 additions and 62 deletions

View File

@@ -6,9 +6,11 @@
"latexSourceFilePath": "",
"latexOutputPath": "./output",
"webserverDomain": "localhost:9876",
"webserverSecure": false,
"certificatePath": "",
"certificateKeyPath": "",
"webserverDomain": "localhost",
"webserverPort": "8080",
"webserverSecure": true,
"webserverPortSecure": "8443",
"certificatePath": "./testing.crt",
"certificateKeyPath": "./testing.key",
"timezone": "Europe/Berlin"
}