We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 875d129 + cce10db commit 0923e9dCopy full SHA for 0923e9d
1 file changed
lib/gemstash/puma.rb
@@ -8,3 +8,4 @@
8
bind Gemstash::Env.current.config[:bind].to_s
9
workers Gemstash::Env.current.config[:puma_workers].to_i unless RUBY_PLATFORM == "java"
10
rackup Gemstash::Env.current.rackup
11
+environment ENV["APP_ENV"] || ENV["RACK_ENV"] || "production"
0 commit comments