2017-08-11 10:04:58 +00:00
|
|
|
################################################################
|
|
|
|
# Global configuration
|
|
|
|
################################################################
|
2018-01-11 09:04:03 +00:00
|
|
|
[traefikLog]
|
|
|
|
filePath = "traefik.log"
|
|
|
|
|
|
|
|
[accessLog]
|
|
|
|
filePath = "access.log"
|
|
|
|
|
2017-08-11 10:04:58 +00:00
|
|
|
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"
|
2018-01-11 09:04:03 +00:00
|
|
|
|
|
|
|
[api]
|
|
|
|
dashboard = false
|
|
|
|
|
|
|
|
[docker]
|
|
|
|
exposedByDefault = false
|
|
|
|
domain = "docker.local"
|
|
|
|
watch = true
|