mirror of
https://github.com/containous/traefik.git
synced 2025-01-25 06:03:49 +03:00
9 lines
112 B
TOML
9 lines
112 B
TOML
logLevel = "DEBUG"
|
|
defaultEntryPoints = ["http"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[api]
|