easy_deploy_configs

This commit is contained in:
Zachary Chai
2016-11-15 11:35:49 -05:00
parent 8fc8182672
commit 8e7eef4b57
7 changed files with 21 additions and 18 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") { 9292 }
port ENV.fetch("PORT") { 80 }
# Specifies the `environment` that Puma will run in.
#