api: remove unneeded static config

This commit is contained in:
Ryan Uber 2015-02-24 09:50:25 -08:00
parent d06746ea67
commit 33390779eb
1 changed files with 0 additions and 16 deletions

View File

@ -16,22 +16,6 @@ import (
"github.com/hashicorp/consul/testutil"
)
var consulConfig = `{
"ports": {
"dns": 19000,
"http": 18800,
"rpc": 18600,
"serf_lan": 18200,
"serf_wan": 18400,
"server": 18000
},
"bind_addr": "127.0.0.1",
"data_dir": "%s",
"bootstrap": true,
"log_level": "debug",
"server": true
}`
type testServer struct {
pid int
dataDir string