Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Bihun committed Jan 21, 2014
1 parent e9445d5 commit 428496a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Add the following to your config's configSections node.
```
Then add the following to your app config's configuration node.
```xml
<statsD>
<!-- the enabled attribute is optional, defaults to true. If set to false, will not send metrics to statsd server -->
<statsD enabled="true">
<server host="localhost" port="8125" />
</statsD>
```
Expand Down

0 comments on commit 428496a

Please sign in to comment.