1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

app/config/config.go: Remove CacheID from RedisConfig

This commit is contained in:
Henrik Hautakoski 2023-07-13 07:13:19 +02:00
parent 129272d32e
commit b04a03ae87

View file

@ -16,7 +16,6 @@ type RedisConfig struct {
User string `yaml:"user"`
Password string `yaml:"password"`
DB int `yaml:"db"`
CacheID string `yaml:"cache_id"`
Prefix string `yaml:"prefix"`
}