Skip to content

Commit

Permalink
Merge pull request #2275 from influxdb/sample-config
Browse files Browse the repository at this point in the history
Remove snapshot port/bind-address from sample config
  • Loading branch information
jwilder committed Apr 14, 2015
2 parents 1dcac7a + 32bc13d commit 1da5bc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ retention-check-period = "10m"
# Configuration for snapshot endpoint.
[snapshot]
enabled = true # Enabled by default if not set.
bind-address = "127.0.0.1"
port = 8087

[logging]
write-tracing = false # If true, enables detailed logging of the write system.
Expand Down

0 comments on commit 1da5bc3

Please sign in to comment.