Skip to content

Commit

Permalink
comment port to deploy to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
bolerap committed Jan 11, 2017
1 parent f8baeac commit a64e493
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 @@ -26,7 +26,7 @@ func main() {
if err != nil {
panic(err)
}
os.Setenv("PORT", "8898")
//os.Setenv("PORT", "8898")
port := os.Getenv("PORT")
if port == "" {
log.Fatal("$PORT must be set")
Expand Down

0 comments on commit a64e493

Please sign in to comment.