Default values
This commit is contained in:
parent
85e1af878a
commit
91f95f4fa2
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ func NewGlobalConfiguration() *GlobalConfiguration {
|
|||
// default values
|
||||
globalConfiguration.Port = ":8080"
|
||||
globalConfiguration.GraceTimeOut = 10
|
||||
globalConfiguration.LogLevel = "ERROR"
|
||||
globalConfiguration.TraefikLogsStdout = true
|
||||
|
||||
return globalConfiguration
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue