diff --git a/config.go b/config.go index c78c4d5..d107799 100644 --- a/config.go +++ b/config.go @@ -13,6 +13,8 @@ type AppConfig struct { UrlTest string `json:UrlTest` MD5P2P string `json:MD5P2P` MD5FAT string `json:MD5FAT` + MIDP2P string `json:MIDP2P` + MIDFAT string `json:MIDFAT` } `json:Rpn` LeanWork struct { MD5Key string `json:MD5Key`