app port from old version
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
a--
|
||||
---
|
||||
default: &default
|
||||
adapter: mysql2
|
||||
encoding: utf8
|
||||
|
@ -38,4 +38,7 @@ Rails.application.configure do
|
||||
|
||||
# Raises error for missing translations
|
||||
# config.action_view.raise_on_missing_translations = true
|
||||
|
||||
# Add Rack::LiveReload to the bottom of the middleware stack with the default options.
|
||||
config.middleware.insert_after ActionDispatch::Static, Rack::LiveReload
|
||||
end
|
||||
|
Reference in New Issue
Block a user