Skip to content

Commit 03f64d9

Browse files
committed
disable postmark
1 parent 4c693c8 commit 03f64d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181

8282
# Do not dump schema after migrations.
8383
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'] }
84+
# config.action_mailer.delivery_method = :postmark
85+
# config.action_mailer.postmark_settings = { api_token: ENV['POSTMARK_API_TOKEN'] }
8686
config.action_controller.asset_host = ENV['ASSET_HOST'] if ENV['ASSET_HOST']
8787
Rails.application.routes.default_url_options[:host] = 'coderwall.com'
8888

0 commit comments

Comments
 (0)