test/dummy/config/environments/production.rb in errdo-0.11.3 vs test/dummy/config/environments/production.rb in errdo-0.11.4

- old
+ new

@@ -74,6 +74,8 @@ # Use default logging formatter so that PID and timestamp are not suppressed. config.log_formatter = ::Logger::Formatter.new # Do not dump schema after migrations. config.active_record.dump_schema_after_migration = false + + config.action_mailer.default_url_options = { host: 'localhost:3000' } end