Skip to content

Commit

Permalink
Make it a little easier to find the config option for setting the jum…
Browse files Browse the repository at this point in the history
…pbox address.
  • Loading branch information
Robert Clark committed Sep 1, 2015
1 parent 4614fc4 commit 10df0d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false

# Add this to your production environment with the proper jumpbox ip specified.
config.jumpbox = { :ip => "" }

# Log error messages when you accidentally call methods on nil.
config.whiny_nils = true

Expand Down

0 comments on commit 10df0d9

Please sign in to comment.