Merge pull request #7274 from influxdata/js-backport-config-file-fix

Fixing typo within example configuration file
pull/7276/head
Jonathan A. Sternberg 2016-09-09 10:33:59 -05:00 committed by GitHub
commit cbff7117cb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## v1.0.1 [unreleased]
### Bugfixes
- [#7271](https://github.com/influxdata/influxdb/issues/7271): Fixing typo within example configuration file. Thanks @andyfeller!
## v1.0.0 [2016-09-07]
### Release Notes

View File

@ -174,13 +174,13 @@ reporting-disabled = false
realm = "InfluxDB"
###
### [subsciber]
### [subscriber]
###
### Controls the subscriptions, which can be used to fork a copy of all data
### received by the InfluxDB host.
###
[subsciber]
[subscriber]
enabled = true
http-timeout = "30s"