1
0
Fork 0

Fix code style

This commit is contained in:
Alex Kotov 2018-11-29 00:38:21 +05:00
parent 6d118a54b8
commit 46f3ad0bdd
No known key found for this signature in database
GPG key ID: 4E831250F47DE154

View file

@ -12,7 +12,7 @@ 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') { 3000 }
# Specifies the `environment` that Puma will run in.
#
@ -24,7 +24,7 @@ environment ENV.fetch('RAILS_ENV') { 'development' }
# Workers do not work on JRuby or Windows (both of which do not support
# processes).
#
# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
# workers ENV.fetch('WEB_CONCURRENCY') { 2 }
# Use the `preload_app!` method when specifying a `workers` number.
# This directive tells Puma to first boot the application and load code