From a335f66c4c520728be640ca4e7029ce6f45b8f3d Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 11 八月 2023 11:21:32 +0800 Subject: [PATCH] web 接口添加token --- config.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/config.json b/config.json index ea218f2..13db491 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,7 @@ { - "nsq_server": "fai365.com:4150", + "parent_id": "guangsheng", + "jwt_key": "abc", + "nsq_server": "fai365.com:4150", "pub_plc_data_topic": "aps.guangsheng.plc.livedata", "write_plc_data_topic": "aps.guangsheng.plc.write", "sub_device_topic": "aps.guangsheng.plc.device", -- Gitblit v1.8.0