summaryrefslogtreecommitdiff
path: root/config/environments/development.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/development.rb')
-rw-r--r--config/environments/development.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index b58fee1..f12eac5 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -67,6 +67,8 @@ Rails.application.configure do
# Raise error when a before_action's only/except options reference missing actions
config.action_controller.raise_on_missing_callback_actions = true
+ config.action_mailer.default_url_options = {host: "localhost", port: 3000}
+
# Bullet config.
config.after_initialize do
Bullet.enable = true