mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
Fix typos
This commit is contained in:
parent
9835e4b04e
commit
41b18a6c92
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ def install(application, **kwargs):
|
|||
and :data:`False` otherwise.
|
||||
|
||||
- **host** The StatsD host. If host is not specified, the
|
||||
``STATS_HOST`` environment variable, or default `27.0.0.1`,
|
||||
``STATSD_HOST`` environment variable, or default `127.0.0.1`,
|
||||
will be pass into the :class:`StatsDCollector`.
|
||||
- **port** The StatsD port. If port is not specified, the
|
||||
``STATSD_PORT`` environment variable, or default `8125`,
|
||||
|
|
Loading…
Reference in a new issue