19 lines
287 B
TOML
19 lines
287 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
[entryPoints.web.ForwardedHeaders]
|
|
insecure=true
|
|
[entryPoints.web.ClientIPStrategy]
|
|
depth=2
|
|
|
|
[api]
|
|
|
|
[providers]
|
|
[providers.docker]
|