mirror of
https://github.com/containous/traefik.git
synced 2025-01-08 21:17:56 +03:00
16 lines
195 B
TOML
16 lines
195 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[providers.docker]
|
|
|
|
[entryPoints]
|
|
[entryPoints.webHost]
|
|
address = ":8000"
|