mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Merge branch 'no-mail-during-dev-bootstrap' into 'master'
Don't send (fake) email during dev bootstrap
This allows you to do:
rake dev:setup BOOTSTRAP=1
and prevent dozens of letter_opener email popups in your browser.
In the latest GDK we automatically set BOOTSTRAP=1 during `make`.
[ci skip]
See merge request !2447
This commit is contained in:
@@ -34,6 +34,8 @@ Rails.application.configure do
|
||||
config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }
|
||||
# Open sent mails in browser
|
||||
config.action_mailer.delivery_method = :letter_opener
|
||||
# Don't make a mess when bootstrapping a development environment
|
||||
config.action_mailer.perform_deliveries = (ENV['BOOTSTRAP'] != '1')
|
||||
|
||||
config.eager_load = false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user