mirror of
https://github.com/containous/traefik.git
synced 2025-01-12 09:17:54 +03:00
10 lines
130 B
TOML
10 lines
130 B
TOML
logLevel = "DEBUG"
|
|
defaultEntryPoints = ["http"]
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[web]
|
|
address = ":8080"
|