parent
4277fe2fdb
commit
ae275c9e60
12 changed files with 546 additions and 17 deletions
|
@ -184,6 +184,9 @@ func (server *Server) configureProviders() {
|
|||
if server.globalConfiguration.Consul != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.Consul)
|
||||
}
|
||||
if server.globalConfiguration.ConsulCatalog != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.ConsulCatalog)
|
||||
}
|
||||
if server.globalConfiguration.Etcd != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.Etcd)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue