about summary refs log tree commit diff stats
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 5187e22..1b0c4b3 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb
@@ -51,4 +51,6 @@ Rails.application.configure do
51 # Use an evented file watcher to asynchronously detect changes in source code, 51 # Use an evented file watcher to asynchronously detect changes in source code,
52 # routes, locales, etc. This feature depends on the listen gem. 52 # routes, locales, etc. This feature depends on the listen gem.
53 config.file_watcher = ActiveSupport::EventedFileUpdateChecker 53 config.file_watcher = ActiveSupport::EventedFileUpdateChecker
54
55 config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
54end 56end