webserver up and running for http/https, logger timestamp format change
This commit is contained in:
10
config.json
10
config.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user