Skip to content

Commit

Permalink
set default_url_options protocol explicitly to https in config/enviro…
Browse files Browse the repository at this point in the history
…nments/staging.rb
  • Loading branch information
christinach committed Sep 24, 2024
1 parent 1f9ce2c commit 3509a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@
config.active_record.dump_schema_after_migration = false

# config.action_mailer.default_url_options = { host: ENV["APPLICATION_URL"] || "bibdata-staging.lib.princeton.edu", protocol: "https" }
config.default_url_options = { host: ENV["APPLICATION_URL"] || "bibdata-staging.lib.princeton.edu", protocol: "https" }
end

0 comments on commit 3509a75

Please sign in to comment.