traefik/integration/fixtures/traefik_log_config.toml

26 lines
468 B
TOML
Raw Normal View History

################################################################
# Global configuration
################################################################
2018-01-11 09:04:03 +00:00
[traefikLog]
filePath = "traefik.log"
[accessLog]
filePath = "access.log"
logLevel = "DEBUG"
defaultEntryPoints = ["http"]
2017-10-02 08:32:02 +00:00
checkNewVersion = false
[entryPoints]
[entryPoints.http]
address = ":8000"
2018-01-11 09:04:03 +00:00
[api]
dashboard = false
[docker]
exposedByDefault = false
domain = "docker.local"
2018-11-14 09:18:03 +00:00
watch = true