traefik/integration/fixtures/simple_web.toml

10 lines
130 B
TOML
Raw Normal View History

logLevel = "DEBUG"
2016-02-01 10:07:05 +00:00
defaultEntryPoints = ["http"]
2016-02-01 10:07:05 +00:00
[entryPoints]
[entryPoints.http]
address = ":8000"
2016-02-01 10:07:05 +00:00
[web]
address = ":8080"