forked from Ivasoft/traefik
Add Service Fabric Provider
This commit is contained in:
committed by
Traefiker
parent
9f6f637527
commit
39c1cc1b3c
@@ -559,6 +559,9 @@ func (s *Server) configureProviders() {
|
||||
if s.globalConfiguration.DynamoDB != nil {
|
||||
s.providers = append(s.providers, s.globalConfiguration.DynamoDB)
|
||||
}
|
||||
if s.globalConfiguration.ServiceFabric != nil {
|
||||
s.providers = append(s.providers, s.globalConfiguration.ServiceFabric)
|
||||
}
|
||||
}
|
||||
|
||||
func (s *Server) startProviders() {
|
||||
|
||||
Reference in New Issue
Block a user