c21597c593
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
22 lines
339 B
TOML
22 lines
339 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[experimental]
|
|
kubernetesGateway = true
|
|
|
|
[entryPoints]
|
|
[entryPoints.footcp]
|
|
address = ":8193"
|
|
[entryPoints.fooudp]
|
|
address = ":8190/udp"
|
|
[entryPoints.web]
|
|
address = ":8180"
|
|
|
|
[providers.kubernetesGateway]
|