Skip to content

Commit 60bcf06

Browse files
committed
comlited README.md
1 parent d854084 commit 60bcf06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/puma.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
port ENV.fetch("PORT") { 3000 }
1919

2020
# Specifies the `environment` that Puma will run in.
21-
#
22-
environment ENV.fetch("RAILS_ENV") { "development" }
21+
# default is production (test production development)
22+
environment ENV.fetch("RAILS_ENV") { "production" }
2323

2424
# Specifies the `pidfile` that Puma will use.
2525
pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }

0 commit comments

Comments
 (0)