Merge pull request #2222 from influxdb/sample-toml

Update sample toml to include join-urls
pull/2220/merge
Jason Wilder 2015-04-09 12:51:04 -06:00
commit b369667012
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,8 @@
# that can be resolved here.
# hostname = ""
bind-address = "0.0.0.0"
# The default cluster and API port
port = 8086
# Once every 24 hours InfluxDB will report anonymous data to m.influxdb.com
@ -15,6 +17,12 @@ port = 8086
# Change this option to true to disable reporting.
reporting-disabled = false
# Controls settings for initial start-up. Once a node is successfully started,
# these settings are ignored. If a node is started with the -join flag,
# these settings are ignored.
[initialization]
join-urls = "" # Comma-delimited URLs, in the form http://host:port, for joining another cluster.
# Control authentication
# If not set authetication is DISABLED. Be sure to explicitly set this flag to
# true if you want authentication.