We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c693c8 commit 03f64d9Copy full SHA for 03f64d9
config/environments/production.rb
@@ -81,8 +81,8 @@
81
82
# Do not dump schema after migrations.
83
config.active_record.dump_schema_after_migration = false
84
- config.action_mailer.delivery_method = :postmark
85
- config.action_mailer.postmark_settings = { api_token: ENV['POSTMARK_API_TOKEN'] }
+ # config.action_mailer.delivery_method = :postmark
+ # config.action_mailer.postmark_settings = { api_token: ENV['POSTMARK_API_TOKEN'] }
86
config.action_controller.asset_host = ENV['ASSET_HOST'] if ENV['ASSET_HOST']
87
Rails.application.routes.default_url_options[:host] = 'coderwall.com'
88
0 commit comments