mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +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 {
|
||||
Addr string `json:"addr"`
|
||||
Password string `json:"password"`
|
||||
DB int `json:db`
|
||||
DB int `json:"db"`
|
||||
CacheID string `json:"cache_id"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue