2017-08-11 10:04:58 +00:00
|
|
|
################################################################
|
|
|
|
# Global configuration
|
|
|
|
################################################################
|
|
|
|
traefikLogsFile = "traefik.log"
|
|
|
|
accessLogsFile = "access.log"
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
defaultEntryPoints = ["http"]
|
2017-10-02 08:32:02 +00:00
|
|
|
|
|
|
|
checkNewVersion = false
|
|
|
|
|
2017-08-11 10:04:58 +00:00
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|