1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [serve]
- thread = 3
- jyhref = "https://www.jianyu360.cn/article/content/%s.html"
- fields = ["agency", "agencyaddr", "agencyfee", "agencyperson", "agencyrate", "agencytel", "bid_bond", "bidamount", "biddiscount",
- "bidendtime", "bidmethod", "bidopen_shape", "bidopenaddress", "bidopentime", "bidstarttime", "budget", "buyer", "buyeraddr",
- "buyerperson", "buyertel", "area", "city", "district", "construction_area", "floor_area", "contractcode", "docamount", "docendtime",
- "docstarttime", "est_purchase_amount", "est_purchase_time", "funds", "is_joint_bidding", "payway", "project_person", "project_phone",
- "project_scale", "projectaddr", "projectcode", "projectname", "projectperiod", "projectscope", "project_duration", "project_timeunit",
- "quote_mode", "signaturedate", "signendtime", "signstarttime", "total_investment", "s_winner", "winneraddr", "winnerperson", "winnertel",
- "basicClass", "enterprise_qualification", "personnel_qualification", "performance_qualification", "enterprise_credit", "package",
- "purchasinglist", "procurementlist", "winnerorder"
- ]
- [db]
- [db.mongo]
- addr = "192.168.3.71:29099"
- dbname = "wjh"
- coll = "bidding_credible"
- size = 5
- user = ""
- password = ""
- [db.mongoBz]
- addr = "192.168.3.71:29099"
- dbname = "wjh"
- coll = "A_20230908"
- size = 5
- [db.mongoE]
- addr = "192.168.3.71:29099"
- dbname = "wjh"
- coll = "result_20220218"
- size = 5
- [db.mongoS]
- addr = "192.168.3.71:29099"
- dbname = "wjh"
- coll = "site"
- size = 5
- user = ""
- password = ""
- # 日志
- [log]
- # 日志路径,为空将输出控制台
- logpath = ""
- # log size (M)
- maxsize = 10
- # compress log
- compress = true
- # log save time (day)
- maxage = 7
- # save total log file total
- maxbackups = 10
- # log level
- loglevel = "debug"
- # text or json output
- format = "text"
|