From 32bc13de7f1e066db236e83ecf214b27d8841290 Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Mon, 13 Apr 2015 17:19:21 -0600 Subject: [PATCH] Remove snapshot port/bind-address from sample config No longer used --- etc/config.sample.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/config.sample.toml b/etc/config.sample.toml index 4b2a50eddff..fb27cf34bc8 100644 --- a/etc/config.sample.toml +++ b/etc/config.sample.toml @@ -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.