delete useless config.

pull/148/head
ROC 2 years ago
parent d973143b9a
commit b96e6f8895

@ -1,5 +1,4 @@
App: # APP基础设置项
BarkToken:
AttachmentIncomeRate: 0.8
MaxCommentCount: 10
DefaultContextTimeout: 60

@ -50,14 +50,11 @@ type ServerSettingS struct {
}
type AppSettingS struct {
BarkToken string
MaxCommentCount int64
AttachmentIncomeRate float64
DefaultContextTimeout time.Duration
DefaultPageSize int
MaxPageSize int
IsShastaTestnet bool
TronApiKeys []string
}
type CacheIndexSettingS struct {

Loading…
Cancel
Save