summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/development.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index 9e80232..de0cad7 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -76,4 +76,7 @@ Rails.application.configure do
Rack::MiniProfiler.config.position = "bottom-left"
Rack::MiniProfiler.config.start_hidden = true
+
+ # For devise
+ config.action_mailer.default_url_options = { host: "localhost", port: 3000 }
end