mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
config/config.go: fix RedisConfig.DB json tag.
This commit is contained in:
parent
1e2dda54c8
commit
621aeedbd0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const NULL_BLOCK_NUMBER uint32 = 0xffffffff
|
||||||
type RedisConfig struct {
|
type RedisConfig struct {
|
||||||
Addr string `json:"addr"`
|
Addr string `json:"addr"`
|
||||||
Password string `json:"password"`
|
Password string `json:"password"`
|
||||||
DB int `json:db`
|
DB int `json:"db"`
|
||||||
CacheID string `json:"cache_id"`
|
CacheID string `json:"cache_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue