delete useless config.

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

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

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

Loading…
Cancel
Save