2013-12-11 18:10:37 +00:00
|
|
|
# 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 =
|
2013-12-11 19:20:02 +00:00
|
|
|
datadir = "/tmp/influxdb/development/db"
|
2013-12-11 18:10:37 +00:00
|
|
|
|
2013-12-11 18:49:11 +00:00
|
|
|
[logging]
|
|
|
|
# logging level can be one of "debug", "info", "warn" or "error"
|
|
|
|
# level = "info"
|
|
|
|
# file = "influxdb.log"
|
|
|
|
|
2013-12-11 18:10:37 +00:00
|
|
|
# Configure the admin server
|
|
|
|
[admin]
|
|
|
|
# port = 8083
|
2013-12-11 19:20:02 +00:00
|
|
|
assets = "./admin"
|
2013-12-11 18:10:37 +00:00
|
|
|
|
|
|
|
# Configure the http api
|
|
|
|
[api]
|
|
|
|
# port = 8086
|
|
|
|
|
|
|
|
# Raft configuration
|
|
|
|
[raft]
|
|
|
|
# port = 8090
|
2013-12-11 19:20:02 +00:00
|
|
|
dir = "/tmp/influxdb/development/raft"
|
2013-12-11 18:10:37 +00:00
|
|
|
|
|
|
|
# Protobuf configuration
|
|
|
|
[protobuf]
|
|
|
|
port = 8099
|