16 lines
276 B
TOML
16 lines
276 B
TOML
|
[global]
|
||
|
checkNewVersion = false
|
||
|
sendAnonymousUsage = false
|
||
|
|
||
|
[log]
|
||
|
level = "DEBUG"
|
||
|
|
||
|
[entryPoints]
|
||
|
|
||
|
[entryPoints.traefik]
|
||
|
address = ":8001"
|
||
|
[entryPoints.traefik.transport.lifeCycle]
|
||
|
requestAcceptGraceTimeout = "10s"
|
||
|
|
||
|
[ping]
|
||
|
terminatingStatusCode = 204
|