mirror of https://github.com/status-im/consul.git
api: remove unneeded static config
This commit is contained in:
parent
d06746ea67
commit
33390779eb
|
@ -16,22 +16,6 @@ import (
|
||||||
"github.com/hashicorp/consul/testutil"
|
"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 {
|
type testServer struct {
|
||||||
pid int
|
pid int
|
||||||
dataDir string
|
dataDir string
|
||||||
|
|
Loading…
Reference in New Issue