Merge pull request #1193 from kormoc/contributing_updates
Minor Contributing documentation updates.
This commit is contained in:
commit
7844554817
4 changed files with 21 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue