fix: cache config env typo

pull/761/head
Xhofe 2022-03-13 16:38:12 +08:00
parent 0aa438dce4
commit 8e30b02efc
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ type Scheme struct {
}
type CacheConfig struct {
Expiration int64 `json:"expiration" env:"A_LIST_DB_EXPIRATION"`
Expiration int64 `json:"expiration" env:"A_LIST_EXPIRATION"`
CleanupInterval int64 `json:"cleanup_interval" env:"A_LIST_CLEANUP_INTERVAL"`
}