traefik.toml comments
This commit is contained in:
parent
341002e005
commit
0b6a3ae669
5 changed files with 203 additions and 53 deletions
|
@ -17,7 +17,7 @@ type GlobalConfiguration struct {
|
|||
func NewGlobalConfiguration() *GlobalConfiguration {
|
||||
globalConfiguration := new(GlobalConfiguration)
|
||||
// default values
|
||||
globalConfiguration.Port = ":8080"
|
||||
globalConfiguration.Port = ":80"
|
||||
globalConfiguration.GraceTimeOut = 10
|
||||
globalConfiguration.LogLevel = "ERROR"
|
||||
globalConfiguration.TraefikLogsStdout = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue