Fix rubocop
This commit is contained in:
parent
68c158c93e
commit
8f94403ccf
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ threads threads_count, threads_count
|
||||||
|
|
||||||
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
||||||
#
|
#
|
||||||
port ENV.fetch("PORT") { 3000 }
|
port ENV.fetch("PORT") { 3000 }
|
||||||
|
|
||||||
# Bind automatically to all systemd activated sockets
|
# Bind automatically to all systemd activated sockets
|
||||||
bind_to_activated_sockets
|
bind_to_activated_sockets
|
||||||
|
|
Loading…
Reference in a new issue