mirror of
https://github.com/containous/traefik.git
synced 2025-03-20 22:50:12 +03:00
Default values
This commit is contained in:
parent
85e1af878a
commit
91f95f4fa2
@ -18,6 +18,8 @@ func NewGlobalConfiguration() *GlobalConfiguration {
|
||||
// default values
|
||||
globalConfiguration.Port = ":8080"
|
||||
globalConfiguration.GraceTimeOut = 10
|
||||
globalConfiguration.LogLevel = "ERROR"
|
||||
globalConfiguration.TraefikLogsStdout = true
|
||||
|
||||
return globalConfiguration
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user