123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- [serve]
- msgaddr = "10.171.112.160:7070"
- #抽取同步字段、需要处理的字段
- fields = ["buyerzipcode", "winnertel", "winnerperson", "contractcode", "winneraddr", "agencyaddr", "buyeraddr", "signaturedate",
- "projectperiod", "projectaddr", "agencytel", "agencyperson", "buyerperson", "agency", "projectscope", "projectcode", "bidopentime",
- "supervisorrate", "buyertel", "bidamount", "winner", "buyer", "budget", "projectname", "buyerclass", "topscopeclass", "s_topscopeclass",
- "area", "city", "district", "s_winner", "toptype", "subtype", "subscopeclass", "s_subscopeclass", "dataging", "winnerorder", "project_scale",
- "project_duration", "project_timeunit", "project_startdate", "project_completedate", "payway", "contract_guarantee", "bid_guarantee", "qualifies",
- "funds", "review_experts", "bidmethod", "bidendtime", "bidopenaddress", "docamount", "bidway", "agencyrate", "agencyfee", "getdocmethod", "purchasing_tag",
- "package", "history_updatetime", "total_investment", "owner", "projecttype", "project_person", "project_phone", "approvedept", "construction_area",
- "floor_area", "bidstarttime", "docendtime", "docstarttime", "signendtime", "signstarttime", "issue_quota", "bidopen_shape", "quote_mode", "is_acquire_tender",
- "is_payment_deposit", "is_joint_bidding", "est_purchase_time", "est_purchase_amount", "s_project_startdate", "s_project_completedate", "enterprise_qualification",
- "personnel_qualification", "performance_qualification", "enterprise_credit", "is_exist_pakage", "expiredate", "contractperiod"
- ]
- [udp]
- locport = ":1787"
- [udp.next]
- addr = "127.0.0.1"
- port = 1783
- stype = "bidding"
- [udp.project]
- addr = "127.0.0.1"
- port = 1782
- stype = ""
- [udp.tidb]
- addr = "127.0.0.1"
- port = 1680
- stype = "subject"
- [udp.tidb1]
- addr = "127.0.0.1"
- port = 1681
- stype = ""
- [udp.tidb2]
- addr = "127.0.0.1"
- port = 1970
- stype = ""
- [nsq]
- addr = "192.168.3.166:4150"
- topic = "bidding_id"
- channel = "esindex"
- concurrent = 1
- [db]
- [db.mongoB]
- addr = "192.168.3.206:27002"
- dbname = "qfw_data"
- coll = "bidding"
- size = 5
- user = "jyDevGroup"
- password = "jy@DevGroup"
- [db.mongoE]
- addr = "192.168.3.71:29099"
- dbname = "wjh"
- size = 5
- coll = "extract"
- coll1 = ""
- user = ""
- password = ""
- [db.mongoQ]
- addr = "192.168.3.71:29099"
- dbname = "mixdata"
- size = 5
- coll = "qyxy_std"
- user = ""
- password = ""
- [db.mongoP]
- addr = "192.168.3.71:29099"
- dbname = "mixdata"
- size = 5
- coll = "company_history_name"
- user = ""
- password = ""
- [db.redis]
- #company_id
- addr = "qyxy_id=192.168.3.207:1679"
- dbindex = 4
- [db.es]
- addr = "http://192.168.3.241:9205,http://192.168.3.149:9200"
- user = ""
- password = ""
- [mail]
- send = false
- to = "wangjianghan@topnet.net.cn"
- api = "http://172.17.145.179:19281/_send/_mail"
- # 日志
- [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"
|