c3a9ac7391
and move secrets into Rails credentials for both beta and production environments.
6 lines
149 B
Ruby
6 lines
149 B
Ruby
require_relative "production"
|
|
|
|
Rails.application.configure do
|
|
config.action_mailer.default_url_options = { host: "%{tenant}.37signals.works" }
|
|
end
|