Change default dev port to 7000
This commit is contained in:
@ -7,6 +7,7 @@ development:
|
||||
<<: *default
|
||||
default_url_options:
|
||||
host: localhost
|
||||
port: 7000
|
||||
delivery_method: :test
|
||||
|
||||
production:
|
||||
|
@ -7,9 +7,9 @@
|
||||
threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }
|
||||
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 7000.
|
||||
#
|
||||
port ENV.fetch("PORT") { 3000 }
|
||||
port ENV.fetch("PORT") { 7000 }
|
||||
|
||||
# Specifies the `environment` that Puma will run in.
|
||||
#
|
||||
|
Reference in New Issue
Block a user