mirror of
https://github.com/traefik/traefik.git
synced 2026-01-24 18:11:20 +01:00
21 lines
302 B
TOML
21 lines
302 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entrypoints]
|
|
[entrypoints.web-secure]
|
|
address = ":4443"
|
|
|
|
[entrypoints.https02]
|
|
address = ":8443"
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.file]
|
|
fileName = "{{.DynamicConfFileName}}"
|
|
watch = true
|