From cff6ee547878b0afca86d3042311f64d4d306f34 Mon Sep 17 00:00:00 2001 From: "maxiaozhe@alicorns.co.jp" Date: Mon, 27 May 2024 21:49:52 +0900 Subject: [PATCH] =?UTF-8?q?feat:=E3=83=A1=E3=83=BC=E3=83=AB=E3=82=A2?= =?UTF-8?q?=E3=83=89=E3=83=AC=E3=82=B9=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/core/config.py | 4 ++-- frontend/.env | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/app/core/config.py b/backend/app/core/config.py index c104138..714a076 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://92dc-133-139-109-57.ngrok-free.app/alc_runtime.js" +DEPLOY_JS_URL = "https://ka-addin.azurewebsites.net/alc_runtime.js" +#DEPLOY_JS_URL = "https://92dc-133-139-109-57.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"] diff --git a/frontend/.env b/frontend/.env index bdb2190..fb68e87 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,2 +1,2 @@ -# KAB_BACKEND_URL="https://kab-backend.azurewebsites.net/" -KAB_BACKEND_URL="http://127.0.0.1:8000/" \ No newline at end of file +KAB_BACKEND_URL="https://kab-backend.azurewebsites.net/" +#KAB_BACKEND_URL="http://127.0.0.1:8000/"