File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ default: &default
3131
3232development :
3333 << : *default
34- database : react-webpack-rails-tutorial
34+ database : react-webpack-rails-tutoria-developmentl
3535
3636# Warning: The database defined as "test" will be erased and
3737# re-generated from your development database when you run "rake".
3838# Do not set this db to the same as development or production.
3939test :
4040 << : *default
41- database : react-webpack-rails-tutorial
41+ database : react-webpack-rails-tutorial-test
4242
4343production :
4444 << : *default
Original file line number Diff line number Diff line change 3535 config . active_storage . service = :local
3636
3737 # Assume all access to the app is happening through a SSL-terminating reverse proxy.
38- # config.assume_ssl = true
38+ config . assume_ssl = true
3939
4040 # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
41- # config.force_ssl = true
41+ config . force_ssl = true
4242
4343 # Skip http-to-https redirect for the default health check endpoint.
4444 # config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
You can’t perform that action at this time.
0 commit comments