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