Skip to content

Commit

Permalink
Merge pull request #2222 from influxdb/sample-toml
Browse files Browse the repository at this point in the history
Update sample toml to include join-urls
  • Loading branch information
jwilder committed Apr 9, 2015
2 parents 0b84a93 + 423ce6a commit b369667
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit b369667

Please sign in to comment.