🐛 配置名

This commit is contained in:
微凉
2020-12-29 13:54:08 +08:00
parent bf3f741b22
commit ba7c33a2bb
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ type Config struct {
Static string `yaml:"static"`
} `yaml:"server"`
Cache struct{
Enable bool `yaml:"cache"`
Enable bool `yaml:"enable"`
Expiration int `yaml:"expiration"`
CleanupInterval int `yaml:"cleanup_interval"`
RefreshPassword string `yaml:"refresh_password"`