From 1873461012c99801f364bd07fae2c218d245048e Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期一, 11 九月 2023 19:42:39 +0800 Subject: [PATCH] 修复bom第一启动时的全量上报 --- config.json | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 651c0c1..df8af65 100644 --- a/config.json +++ b/config.json @@ -1,10 +1,19 @@ { "web_port": "10210", - "sql_addr": "10.6.201.7", + "sql_addr": "192.168.20.249", "sql_db_name": "LZGS", - "sql_username": "webapi", - "sql_password": "api2023", + "sql_username": "sa", + "sql_password": "basic@2023", + "nsq_server": "121.31.232.83:4150", + "nsq_webapi": "http://121.31.232.83:9080/api/nsq/pub?topic=your_topic", "order_topic": "aps.wangpengfei.erp.seorder", + "bom_topic": "aps.wangpengfei.erp.icBom", + "bom_query_topic": "aps.wangpengfei.erp.icBomQuery", "inventory_topic": "aps.wangpengfei.erp.inventory", + "query_topic": "aps.wangpengfei.erp.k3resource", + "reply_topic": "aps.wangpengfei.erp.k3reply", + "cst_webapi": "http://localhost/cst/local_post.ashx", + "cst_query_topic": "aps.wangpengfei.erp.cstApply", + "cst_reply_topic": "aps.wangpengfei.erp.cstReply", "interval": 60 } \ No newline at end of file -- Gitblit v1.8.0