16 lines
220 B
TOML
16 lines
220 B
TOML
|
logLevel = "DEBUG"
|
||
|
|
||
|
defaultEntryPoints = ["https"]
|
||
|
|
||
|
[entryPoints]
|
||
|
[entryPoints.https]
|
||
|
address = ":4443"
|
||
|
[entryPoints.https.tls]
|
||
|
|
||
|
[web]
|
||
|
address = ":8080"
|
||
|
|
||
|
[file]
|
||
|
|
||
|
fileName = "{{.DynamicConfFileName}}"
|
||
|
watch = true
|