From e156f13493ab0f78e17807489e66665ca4f46918 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 16 Jun 2023 15:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=20camWorkflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/config.js b/api/config.js index d00c5ce..5640487 100644 --- a/api/config.js +++ b/api/config.js @@ -252,10 +252,10 @@ const product = { name: 'iot', db: CLICKHOUST_IOT }, - { - name: 'camWorkflow', - db: CLICKHOUST_CAM_WORKFLOW - }, + // { + // name: 'camWorkflow', + // db: CLICKHOUST_CAM_WORKFLOW + // }, ] } }