3dfaa3d5fa
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
19 lines
286 B
TOML
19 lines
286 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[providers.redis]
|
|
rootKey = "traefik"
|
|
endpoints = ["{{ .RedisAddress }}"]
|
|
|
|
[providers.redis.sentinel]
|
|
masterName = "mymaster"
|