From bceac2f172e2531cf3e42be1ca9be28b23626e03 Mon Sep 17 00:00:00 2001 From: "maxiaozhe@alicorns.co.jp" Date: Mon, 4 Mar 2024 12:53:23 +0900 Subject: [PATCH] =?UTF-8?q?config=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/core/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/app/core/config.py b/backend/app/core/config.py index bcac0f8..907af66 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -12,8 +12,8 @@ API_V1_AUTH_KEY = "X-Cybozu-Authorization" DEPLOY_MODE = "DEV" #DEV,PROD -#DEPLOY_JS_URL = "https://ka-addin.azurewebsites.net/alc_runtime.js" -DEPLOY_JS_URL = "https://b9c9-133-139-70-187.ngrok-free.app/alc_runtime.js" +DEPLOY_JS_URL = "https://ka-addin.azurewebsites.net/alc_runtime.js" +#DEPLOY_JS_URL = "https://b9c9-133-139-70-187.ngrok-free.app/alc_runtime.js" KINTONE_FIELD_TYPE=["GROUP","GROUP_SELECT","CHECK_BOX","SUBTABLE","DROP_DOWN","USER_SELECT","RADIO_BUTTON","RICH_TEXT","LINK","REFERENCE_TABLE","CALC","TIME","NUMBER","ORGANIZATION_SELECT","FILE","DATETIME","DATE","MULTI_SELECT","SINGLE_LINE_TEXT","MULTI_LINE_TEXT"]