traefik/integration/fixtures/simple_web.toml
2016-02-10 12:14:16 +01:00

10 lines
130 B
TOML

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