traefik/integration/fixtures/traefik_log_config.toml

25 lines
400 B
TOML
Raw Normal View History

[global]
2019-07-01 11:30:05 +02:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 11:30:05 +02:00
level = "DEBUG"
filePath = "traefik.log"
2017-10-02 10:32:02 +02:00
[accessLog]
filePath = "access.log"
[entryPoints]
[entryPoints.web]
2019-07-01 11:30:05 +02:00
address = ":8000"
2018-01-11 10:04:03 +01:00
[api]
2019-09-06 15:08:04 +02:00
insecure = true
2018-01-11 10:04:03 +01:00
dashboard = false
[providers]
2019-07-01 11:30:05 +02:00
[providers.docker]
exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.local`)"
watch = true