Merge v1.0.1
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
commit
e62cca1e7c
13 changed files with 97 additions and 46 deletions
|
@ -31,7 +31,7 @@ func (s *EtcdSuite) SetUpTest(c *check.C) {
|
|||
s.composeProject.Start(c)
|
||||
|
||||
etcd.Register()
|
||||
url := s.composeProject.Container(c, "etcd").NetworkSettings.IPAddress + ":4001"
|
||||
url := s.composeProject.Container(c, "etcd").NetworkSettings.IPAddress + ":2379"
|
||||
kv, err := libkv.NewStore(
|
||||
store.ETCD,
|
||||
[]string{url},
|
||||
|
|
|
@ -8,9 +8,9 @@ logLevel = "DEBUG"
|
|||
|
||||
|
||||
[etcd]
|
||||
endpoint = "{{.EtcdHost}}:4001"
|
||||
endpoint = "{{.EtcdHost}}:2379"
|
||||
prefix = "/traefik"
|
||||
watch = true
|
||||
|
||||
[web]
|
||||
address = ":8081"
|
||||
address = ":8081"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue