diff --git a/config/environments/development.rb b/config/environments/development.rb index ac5ecea..e23b119 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -104,6 +104,7 @@ Rails.application.configure do config.file_watcher = ActiveSupport::EventedFileUpdateChecker config.action_mailer.default_url_options = { - host: ENV['CANONICAL_HOST'], port: 3000 + # host: ENV['CANONICAL_HOST'], port: 3000 + host: ENV['CANONICAL_HOST'] } end \ No newline at end of file