wshandler에서 authcache제거하고 config 포맷 변경

This commit is contained in:
2023-07-15 17:08:33 +09:00
parent 269fa0f870
commit f0f459332d
5 changed files with 74 additions and 60 deletions

View File

@ -65,10 +65,7 @@ func LoadConfig[T any](outptr *T) error {
type StorageAddr struct {
Mongo string
Redis struct {
URL string
Offset map[string]int
}
Redis map[string]string
}
type RegionStorageConfig struct {