Merge pull request #7274 from influxdata/js-backport-config-file-fix
Fixing typo within example configuration filepull/7276/head
commit
cbff7117cb
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue