This commit is contained in:
Peter Bhat Harkins 2020-06-01 20:28:12 -05:00
parent 2faf43091e
commit 8283b66343
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ threads threads_count, threads_count
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
#
#port ENV.fetch("PORT") { 3000 }
#bind 'tcp://127.0.0.1:3000'
# port ENV.fetch("PORT") { 3000 }
# bind 'tcp://127.0.0.1:3000'
# Specifies the `environment` that Puma will run in.
#