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