17 lines
243 B
TOML
17 lines
243 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[entryPoints]
|
|
[entryPoints.footcp]
|
|
address = ":8093"
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
|
|
[providers.kubernetesCRD]
|