19 lines
285 B
TOML
19 lines
285 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
|
|
[entryPoints]
|
|
[entryPoints.https]
|
|
address = ":4443"
|
|
[entryPoints.https.tls]
|
|
|
|
[entryPoints.https02]
|
|
address = ":8443"
|
|
[entryPoints.https02.tls]
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.file]
|
|
fileName = "{{.DynamicConfFileName}}"
|
|
watch = true
|