Allow specification of dialertimeout
Address documentation comments
This commit is contained in:
parent
91e3bdff48
commit
e068ee09ca
4 changed files with 30 additions and 7 deletions
|
@ -325,6 +325,7 @@ func NewTraefikDefaultPointersConfiguration() *TraefikConfiguration {
|
|||
defaultMarathon.Endpoint = "http://127.0.0.1:8080"
|
||||
defaultMarathon.ExposedByDefault = true
|
||||
defaultMarathon.Constraints = []types.Constraint{}
|
||||
defaultMarathon.DialerTimeout = 60
|
||||
|
||||
// default Consul
|
||||
var defaultConsul provider.Consul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue