Skip to content

Commit

Permalink
Changed puma port
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTapply22 committed Jul 23, 2023
1 parent 7dee2ed commit 226b5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
#
port ENV.fetch("PORT") { 3000 }
port ENV.fetch("PORT") { 80 }

# Specifies the `environment` that Puma will run in.
#
Expand Down

1 comment on commit 226b5c4

@vercel
Copy link

@vercel vercel bot commented on 226b5c4 Jul 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.