Minimum change to config so it works
parent
7f88b8bb16
commit
f68b56a579
|
@ -83,7 +83,7 @@ enabled = false
|
|||
# database = "" # store graphite data in this database
|
||||
|
||||
# Raft configuration
|
||||
[raft]
|
||||
[broker]
|
||||
# The raft port should be open between all servers in a cluster.
|
||||
# However, this port shouldn't be accessible from the internet.
|
||||
|
||||
|
@ -96,7 +96,7 @@ debug = false
|
|||
|
||||
# election-timeout = "1s"
|
||||
|
||||
[storage]
|
||||
[data]
|
||||
|
||||
dir = "/tmp/influxdb/development/db"
|
||||
# How many requests to potentially buffer in memory. If the buffer gets filled then writes
|
||||
|
|
Loading…
Reference in New Issue