From 519fb0aed727e8493182cf1c9c8d5c967fdbb659 Mon Sep 17 00:00:00 2001 From: patrick Date: Tue, 10 Mar 2020 02:30:49 +1100 Subject: [PATCH] add P2p and FAT config --- config.go | 2 ++ 1 file changed, 2 insertions(+) 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`