fix default value
This commit is contained in:
parent
414fb1f406
commit
e115e3c4e7
1 changed files with 2 additions and 2 deletions
|
@ -292,8 +292,8 @@ func NewTraefikConfiguration() *TraefikConfiguration {
|
|||
return &TraefikConfiguration{
|
||||
GlobalConfiguration: GlobalConfiguration{
|
||||
GraceTimeOut: 10,
|
||||
AccessLogsFile: "log/access.log",
|
||||
TraefikLogsFile: "log/traefik.log",
|
||||
AccessLogsFile: "",
|
||||
TraefikLogsFile: "",
|
||||
LogLevel: "ERROR",
|
||||
EntryPoints: map[string]*EntryPoint{"http": &EntryPoint{Address: ":80"}},
|
||||
DefaultEntryPoints: []string{"http"},
|
||||
|
|
Loading…
Reference in a new issue