Skip to content

Commit

Permalink
Add triclops_processing environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Jan 17, 2024
1 parent 5d52519 commit 620cf2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/environments/triclops_processing.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require Rails.root.join('config/environments/deployed.rb')

Rails.application.configure do
# Setting host so that url helpers can be used in mailer views.
config.action_mailer.default_url_options = { host: 'https://triclops-processing.library.columbia.edu' }
end

0 comments on commit 620cf2b

Please sign in to comment.