Browse Source

auto update script executed

Toby Chui 1 năm trước cách đây
mục cha
commit
c483a314c0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      start.go

+ 1 - 1
start.go

@@ -59,7 +59,7 @@ func startupSequence() {
 	})
 
 	//Create a TLS certificate manager
-	tlsCertManager, err = tlscert.NewManager("./certs", !development)
+	tlsCertManager, err = tlscert.NewManager("./certs", development)
 	if err != nil {
 		panic(err)
 	}