parent
1a5668377c
commit
3cf848958f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func (provider *Kv) provide(configurationChan chan<- types.ConfigMessage) error
|
||||||
|
|
||||||
kv, err := libkv.NewStore(
|
kv, err := libkv.NewStore(
|
||||||
provider.storeType,
|
provider.storeType,
|
||||||
[]string{provider.Endpoint},
|
strings.Split(provider.Endpoint, ","),
|
||||||
storeConfig,
|
storeConfig,
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue