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/"