diff --git a/frontend/.env b/frontend/.env index c6959f9..5a0b8ea 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1,6 +1,6 @@ #開発環境 -#KAB_BACKEND_URL="https://kab-backend.azurewebsites.net/" +KAB_BACKEND_URL="https://kab-backend.azurewebsites.net/" #単体テスト環境 #KAB_BACKEND_URL="https://kab-backend-unittest.azurewebsites.net/" #ローカル開発環境 -KAB_BACKEND_URL="http://127.0.0.1:8000/" +#KAB_BACKEND_URL="http://127.0.0.1:8000/"