Skip to content

Commit

Permalink
remove tls from livestream
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Jun 19, 2024
1 parent 2ab8495 commit 89310a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions livestream/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,5 @@ func main() {
}
})

if !isProd {
e.Logger.Fatal(e.Start(":8080"))
} else {
e.Logger.Fatal(e.StartAutoTLS(":443"))
}
e.Logger.Fatal(e.Start(":8080"))
}

0 comments on commit 89310a8

Please sign in to comment.