Set The Default Development Port
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
#
port ENV.fetch('PORT') { 3000 }PORT=5005 rails sport ENV.fetch('PORT') { 5005 }Last updated
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
#
port ENV.fetch('PORT') { 3000 }PORT=5005 rails sport ENV.fetch('PORT') { 5005 }Last updated