From ef5bb04d54afbe74ad006ae212bb64ebd5dee55d Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Sun, 6 Sep 2015 13:29:03 -0700 Subject: [PATCH] agent: set default HTTP address --- command/agent/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/agent/config.go b/command/agent/config.go index 84b78f208..08d6db27f 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -164,6 +164,7 @@ func DefaultConfig() *Config { LogLevel: "INFO", Region: "region1", Datacenter: "dc1", + HttpAddr: "127.0.0.1:4646", Client: &ClientConfig{ Enabled: false, },