influxdb/config.toml.sample

32 lines
644 B
Plaintext
Raw Normal View History

# A command separated list of servers to seed
# this server. this is only relevant when the
# server is joining a new cluster. Otherwise
# the server will use the list of known servers
# prior to shutting down
# seed-servers =
datadir = "/tmp/influxdb/development/db"
[logging]
# logging level can be one of "debug", "info", "warn" or "error"
# level = "info"
# file = "influxdb.log"
# Configure the admin server
[admin]
# port = 8083
assets = "./admin"
# Configure the http api
[api]
# port = 8086
# Raft configuration
[raft]
# port = 8090
dir = "/tmp/influxdb/development/raft"
# Protobuf configuration
[protobuf]
port = 8099