Skip to content

Commit db6d4dc

Browse files
committed
per code review
1 parent bc41d91 commit db6d4dc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ default: &default
3131

3232
development:
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.
3939
test:
4040
<<: *default
41-
database: react-webpack-rails-tutorial
41+
database: react-webpack-rails-tutorial-test
4242

4343
production:
4444
<<: *default

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
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" } } }

0 commit comments

Comments
 (0)