1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-11 05:17:52 +03:00
traefik/integration/fixtures/simple_whitelist.toml

19 lines
266 B
TOML
Raw Normal View History

[global]
2019-07-01 12:30:05 +03:00
checkNewVersion = false
sendAnonymousUsage = false
[log]
2019-07-01 12:30:05 +03:00
level = "DEBUG"
[entryPoints]
[entryPoints.web]
2019-07-01 12:30:05 +03:00
address = ":8000"
[entryPoints.web.ForwardedHeaders]
2019-09-06 16:08:04 +03:00
insecure = true
[api]
2019-09-06 16:08:04 +03:00
insecure = true
[providers]
2019-07-01 12:30:05 +03:00
[providers.docker]