mirror of
https://github.com/traefik/traefik.git
synced 2025-12-15 22:41:57 +01:00
15 lines
216 B
TOML
15 lines
216 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
noColor = true
|
|
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
|
|
[providers.file]
|
|
filename = "{{ .SelfFilename }}"
|