Remove leading whitespace in example config
parent
82bf75c691
commit
a540780543
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue