traefik/integration/fixtures/simple_web.toml
2019-04-15 11:14:05 +02:00

12 lines
148 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.web]
address = ":8000"
[api]