123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- [mongob] ## bidding 链接
- host = "127.0.0.1:27083"
- db = "qfw"
- coll = "bidding" ## 标讯数据标
- size =10
- username = "SJZY_RWbid_ES"
- password = "SJZY@B4i4D5e6S"
- direct = true
- ## 测试环境
- # host = "192.168.3.206:27002"
- # db = "qfw_data"
- # coll = "bidding" ## 标讯数据标
- # username = "root"
- # password = "root"
- [env]
- # filestart = "652c0c83296f2847a1c87241" ## bidding_file 起始ID
- # nomalstart = "652c0c85ff68a4004101fe97" ## bidding_nomal 起始ID
- nextaddr = "127.0.0.1" ## 调用抽取地址
- nextport = "1177" ## 调用抽取端口
- localport = ":2345"
- [log]
- # 日志路径,为空将输出控制台
- logpath = ""
- # logpath = "logs/log.out"
- # 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 = "json"
|