Merge pull request #1193 from kormoc/contributing_updates

Minor Contributing documentation updates.
This commit is contained in:
Christian Bruckmayer 2017-03-02 14:07:19 +01:00 committed by GitHub
commit 7844554817
4 changed files with 21 additions and 7 deletions

View file

@ -1,6 +1,9 @@
Osem::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# Allow the web console from the vagrant host ip
config.web_console.whitelisted_ips = '10.0.2.2'
# Use letter_opener_web for Vagrant (launchy won't work)
config.action_mailer.delivery_method = ENV['USER'] == 'vagrant' ? :letter_opener_web : :letter_opener