From ff3cadba4a63cd1b63cd0e36358f49ccedb88bef Mon Sep 17 00:00:00 2001 From: gigibox <gigibox@163.com> Date: 星期四, 15 六月 2023 10:02:20 +0800 Subject: [PATCH] 完成基本功能 --- config.json | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 09e83df..651c0c1 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,10 @@ { - "web_port": "808", + "web_port": "10210", "sql_addr": "10.6.201.7", "sql_db_name": "LZGS", "sql_username": "webapi", - "sql_password": "api2023" + "sql_password": "api2023", + "order_topic": "aps.wangpengfei.erp.seorder", + "inventory_topic": "aps.wangpengfei.erp.inventory", + "interval": 60 } \ No newline at end of file -- Gitblit v1.8.0