traefik/integration/fixtures/file/56-simple-panic.toml
2022-11-21 18:36:05 +01:00

15 lines
216 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "DEBUG"
noColor = true
[entryPoints]
[entryPoints.web]
address = ":8000"
[providers.file]
filename = "{{ .SelfFilename }}"