Skip to content

Commit

Permalink
Updated README to have the right config example.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.thoughtbot.com/plugins/hoptoad_notifier/trunk@300 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
  • Loading branch information
jyurek committed Feb 4, 2008
1 parent aa5c56d commit ece0105
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README
Expand Up @@ -5,8 +5,11 @@ This is the notifier plugin for integrating apps with Hoptoad. When an
uncaught exception occurs, HoptoadNotifier will POST the relevant data
to the Hoptoad server specified in your environment.rb

HoptoadNotifier.url = "http://192.168.1.33:3000/notices/"
HoptoadNotifier.app_name = "my_sweet_app"
HoptoadNotifier.configure do |config|
config.host = "hoptoad.thoughtbot.com"
config.port = 80
config.project_name = "my sweet app"
end

Then make sure you have

Expand Down

0 comments on commit ece0105

Please sign in to comment.