mirror of
https://github.com/containous/traefik.git
synced 2025-02-03 13:47:11 +03:00
11 lines
149 B
TOML
11 lines
149 B
TOML
defaultEntryPoints = ["http"]
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":8000"
|
|
|
|
[file]
|
|
directory = "fixtures/file/dir/"
|