configuration_updates

This commit is contained in:
Zachary Chai
2016-11-15 11:28:37 -05:00
parent e5c31f81c2
commit 68d3e8da5a
6 changed files with 36 additions and 12 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") { 9292 }
# Specifies the `environment` that Puma will run in.
#