Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
default to :443 for auto tls
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed May 16, 2024
1 parent feda553 commit fe0a696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,6 @@ func main() {
if !viper.GetBool("prod") {
e.Logger.Fatal(e.Start(":8080"))
} else {
e.Logger.Fatal(e.StartAutoTLS(viper.GetString("url")))
e.Logger.Fatal(e.StartAutoTLS(":443"))
}
}

0 comments on commit fe0a696

Please sign in to comment.