12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- [mongo] ## 标讯地址
- host = "127.0.0.1:27083"
- # host = "172.17.189.140:27080"
- db = "mixdata"
- coll = "qyxy_std"
- username = "SJZY_RWbid_ES"
- password = "SJZY@B4i4D5e6S"
- direct = true ## 本地代理时需要打开,
- ## 测试环境
- # host = "192.168.3.149:27102"
- # db = "qfw_data"
- # coll = "wcc_special_gov_unit"
- ## coll = "wcc_special_enterprise"
- # username = "root"
- # password = "root"
- [mongoqy] ## 181 凭安数据
- # host = "172.17.4.181:27001"
- host = "127.0.0.1:27001"
- db = "mixdata"
- username = ""
- password = ""
- direct = true ## 本地代理时需要打开,
- [esa] ## 华为云集群2
- # url = "http://172.17.4.184:19908" ## 线上地址
- # url = "http://127.0.0.1:19908"
- # username = "jybid"
- # password = "Top2023_JEB01i@31"
- url = "http://192.168.3.149:9201"
- username = ""
- password = ""
- [esb] ## 华为云集群1
- # url = "http://172.17.4.184:19905" ## 线上地址
- # url = "http://127.0.0.1:19905"
- # username = "jybid"
- # password = "Top2023_JEB01i@31"
- [clickhouse] ## clickhouse 数据库
- # host = "cc-2ze9tv451wov14w9e.clickhouse.ads.aliyuncs.com:9000"
- # host = "localhost:18124"
- # username = "biservice"
- # password = "Bi_top95215#"
- ### 测试环境
- host = "192.168.3.207:19000"
- username = "jytop"
- password = "pwdTopJy123"
- db = "information"
- [mysql] ## mysql
- host = "192.168.3.14:4000"
- username = "root"
- password = "=PDT49#80Z!RVv52_z"
- db = "global_common_data"
- [env]
- start = -2 ## 开始取2天前的数据,
- end = -1 ## 截止取1天前的数据,
- spec = "0 50 23 * * *" ## 定时任务,每天23点50执行;更新法人库Bitmap
- spec2 = "0 0 18 * * 6" ## 定时任务,没周六18点执行,读取更新凭安数据,
- esindex = "ent_info" ## 更新索引的数据表;法人库
- [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"
|