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.
1 parent d854084 commit 60bcf06Copy full SHA for 60bcf06
config/puma.rb
@@ -18,8 +18,8 @@
18
port ENV.fetch("PORT") { 3000 }
19
20
# Specifies the `environment` that Puma will run in.
21
-#
22
-environment ENV.fetch("RAILS_ENV") { "development" }
+# default is production (test production development)
+environment ENV.fetch("RAILS_ENV") { "production" }
23
24
# Specifies the `pidfile` that Puma will use.
25
pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
0 commit comments