Skip to content
Snippets Groups Projects
Commit b20ef235 authored by Taico Aerts's avatar Taico Aerts
Browse files

Start with migration to rails 6.0

parent 7dd84a6a
No related branches found
No related tags found
1 merge request!24Release 22-09-2022
...@@ -16,7 +16,6 @@ worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development" ...@@ -16,7 +16,6 @@ worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
# 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 }
# Specifies the `environment` that Puma will run in. # Specifies the `environment` that Puma will run in.
# #
environment ENV.fetch("RAILS_ENV") { "development" } environment ENV.fetch("RAILS_ENV") { "development" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment