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
31
31
32
32
development :
33
33
<< : *default
34
- database : react-webpack-rails-tutorial
34
+ database : react-webpack-rails-tutoria-developmentl
35
35
36
36
# Warning: The database defined as "test" will be erased and
37
37
# re-generated from your development database when you run "rake".
38
38
# Do not set this db to the same as development or production.
39
39
test :
40
40
<< : *default
41
- database : react-webpack-rails-tutorial
41
+ database : react-webpack-rails-tutorial-test
42
42
43
43
production :
44
44
<< : *default
Original file line number Diff line number Diff line change 35
35
config . active_storage . service = :local
36
36
37
37
# Assume all access to the app is happening through a SSL-terminating reverse proxy.
38
- # config.assume_ssl = true
38
+ config . assume_ssl = true
39
39
40
40
# 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
42
42
43
43
# Skip http-to-https redirect for the default health check endpoint.
44
44
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
You can’t perform that action at this time.
0 commit comments