traefik/integration/fixtures/simple_web.toml
2018-01-11 09:46:03 +01:00

9 lines
112 B
TOML

logLevel = "DEBUG"
defaultEntryPoints = ["http"]
[entryPoints]
[entryPoints.http]
address = ":8000"
[api]