traefik/integration/fixtures/simple_whitelist.toml

18 lines
246 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"
[entryPoints]
[entryPoints.web]
2019-07-01 11:30:05 +02:00
address = ":8000"
[entryPoints.web.ForwardedHeaders]
insecure=true
[api]
[providers]
2019-07-01 11:30:05 +02:00
[providers.docker]