prod test

This commit is contained in:
polo
2019-11-25 22:48:03 +00:00
parent bef3c37a28
commit 691ed8e7e5
2 changed files with 4 additions and 4 deletions

View File

@@ -9,11 +9,11 @@ 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") { 3333 }
# Specifies the `environment` that Puma will run in.
#
environment ENV.fetch("RAILS_ENV") { "development" }
environment ENV.fetch("RAILS_ENV") { "production" }
# Specifies the number of `workers` to boot in clustered mode.
# Workers are forked webserver processes. If using threads and workers together