Correct BoltDB backend. Fixes #68
This commit is contained in:
parent
32bfecff83
commit
aaeb7cdffd
6 changed files with 11 additions and 7 deletions
1
kv.go
1
kv.go
|
@ -88,6 +88,7 @@ func (provider *KvProvider) provide(configurationChan chan<- configMessage) erro
|
|||
[]string{provider.Endpoint},
|
||||
&store.Config{
|
||||
ConnectionTimeout: 30 * time.Second,
|
||||
Bucket: "traefik",
|
||||
},
|
||||
)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue