webserver up and running for http/https, logger timestamp format change
This commit is contained in:
@@ -17,7 +17,9 @@ type Config struct {
|
||||
|
||||
// webserver
|
||||
WebserverDomain string `json:"webserverDomain"`
|
||||
WebserverPort string `json:"webserverPort"`
|
||||
WebserverSecure bool `json:"webserverSecure"`
|
||||
WebserverPortSecure string `json:"webserverPortSecure"`
|
||||
CertificatePath string `json:"certificatePath"`
|
||||
CertificateKeyPath string `json:"certificateKeyPath"`
|
||||
Timezone string `json:"timezone"`
|
||||
@@ -35,3 +37,4 @@ var LatexExec LatexExecution
|
||||
|
||||
var LogFile *os.File
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user