mirror of
https://github.com/traefik/traefik.git
synced 2026-05-02 18:32:31 +00:00
4a68d29ce2
Co-authored-by: Gérald Croës <gerald@containo.us>
17 lines
243 B
TOML
17 lines
243 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entrypoints]
|
|
[entrypoints.web-secure]
|
|
address = ":4443"
|
|
|
|
[entrypoints.https02]
|
|
address = ":8443"
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.file]
|
|
fileName = "{{.DynamicConfFileName}}"
|
|
watch = true
|