【修改】配置文件参数说明

This commit is contained in:
PandaGoAdmin
2022-01-20 08:02:42 +08:00
parent c8449e0432
commit c6ebe89865
3 changed files with 6 additions and 4 deletions

View File

@@ -36,6 +36,6 @@ type Tls struct {
}
type Rate struct {
IsRate bool `yaml:"is-rate"` // 是否限流
Enable bool `yaml:"enable"` // 是否限流
RateNum float64 `yaml:"rate-num"` // 限流数量
}