|
@@ -92,19 +92,20 @@ api = "http://172.17.145.179:19281/_send/_mail"
|
|
|
|
|
|
[[others]]
|
|
|
[others.attachment] ## 附件补充程序,更新入库 bidding ES
|
|
|
- mgoaddr = "127.0.0.1:27083" ## bidding查询地址
|
|
|
- mgocoll = "bidding_downloadfile_log" ## bidding表名
|
|
|
- mgodb = "qfw" ## 库名
|
|
|
- mgousername="SJZY_RWbid_ES" ## 用户名
|
|
|
- mgopassword="SJZY@B4i4D5e6S" ## 密码
|
|
|
-# esaddr = "127.0.0.1:19805" ## 存入的es 地址
|
|
|
-# esindex= "bidding" ## 存入的es 表
|
|
|
-# esusername="es_all" ## es 用户名
|
|
|
-# espassword="" ## es 密码
|
|
|
- nextaddr ="172.17.145.179" ## udp 下个地址
|
|
|
- nextport =1782 ## udp 下个地址 的端口
|
|
|
+ mgoaddr = "127.0.0.1:27083" ## bidding查询地址
|
|
|
+ mgocoll = "bidding_downloadfile_log" ## bidding表名
|
|
|
+ mgodb = "qfw" ## 库名
|
|
|
+ mgousername="SJZY_RWbid_ES" ## 用户名
|
|
|
+ mgopassword="SJZY@B4i4D5e6S" ## 密码
|
|
|
+ ## 目前附件补充的数据也是进 bidding,不需要单独配置,复用 bidding 索引
|
|
|
+# esaddr = "127.0.0.1:19805" ## 存入的es 地址
|
|
|
+# esindex= "bidding" ## 存入的es 表
|
|
|
+# esusername="es_all" ## es 用户名
|
|
|
+# espassword="" ## es 密码
|
|
|
+ nextaddr ="172.17.145.179" ## udp 下个地址
|
|
|
+ nextport =1782 ## udp 下个地址 的端口
|
|
|
[others.attachment.data] ## 下个udp 节点传递的数据
|
|
|
- stype="update"
|
|
|
+ stype="update"
|
|
|
|
|
|
|
|
|
|