Change port

This commit is contained in:
Joren Schipman 2024-05-02 00:06:28 +02:00
parent 078e8eb77b
commit e80372d6c0
Signed by untrusted user who does not match committer: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

@ -22,7 +22,7 @@ var jpegExif = []byte{0xff, 0xd8, 0xff, 0xe1}
func main() {
host := "0.0.0.0"
port := 8080
port := 5645
privateKeyPath := "private_key.pem"