This commit is contained in:
Mini Robot 2019-04-17 11:17:50 +02:00
parent 060f89a75e
commit 8bb797b61f
1 changed files with 1 additions and 1 deletions

View File

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