puma config

This commit is contained in:
Kiara Grouwstra 2021-12-06 22:50:30 +01:00
parent 985d11898d
commit 9a21d25ad4
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ threads min_threads_count, max_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") { 1312 }
# Specifies the `environment` that Puma will run in.
#
environment ENV.fetch("RAILS_ENV") { "development" }
environment ENV.fetch("RAILS_ENV") { "production" }
# Specifies the `pidfile` that Puma will use.
pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }