Remove leading whitespace in example config

pull/2154/head
Philip O'Toole 2015-04-03 16:48:23 -07:00
parent 82bf75c691
commit a540780543
1 changed files with 8 additions and 8 deletions

View File

@ -69,16 +69,16 @@ port = 8086
# Data node configuration. Data nodes are where the time-series data, in the form of
# shards, is stored.
[data]
dir = "/var/opt/influxdb/db"
port = 8086
dir = "/var/opt/influxdb/db"
port = 8086
# Auto-create a retention policy when a database is created. Defaults to true.
retention-auto-create = true
# Auto-create a retention policy when a database is created. Defaults to true.
retention-auto-create = true
# Control whether retention policies are enforced and how long the system waits between
# enforcing those policies.
retention-check-enabled = true
retention-check-period = "10m"
# Control whether retention policies are enforced and how long the system waits between
# enforcing those policies.
retention-check-enabled = true
retention-check-period = "10m"
[cluster]
# Location for cluster state storage. For storing state persistently across restarts.