mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #20712 from nhodges/dev/nh/20345
Remove `config` options from `default_options` in `railties`
This commit is contained in:
commit
329c249c9a
1 changed files with 1 additions and 2 deletions
|
@ -96,8 +96,7 @@ module Rails
|
|||
DoNotReverseLookup: true,
|
||||
environment: (ENV['RAILS_ENV'] || ENV['RACK_ENV'] || "development").dup,
|
||||
daemonize: false,
|
||||
pid: File.expand_path("tmp/pids/server.pid"),
|
||||
config: File.expand_path("config.ru")
|
||||
pid: File.expand_path("tmp/pids/server.pid")
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue