소스 검색

no message

KIM-JINO5 3 달 전
부모
커밋
54cd1a2573
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      Admin/Properties/launchSettings.json
  2. 1 1
      Web.Api/Properties/launchSettings.json

+ 2 - 2
Admin/Properties/launchSettings.json

@@ -7,7 +7,7 @@
         "ASPNETCORE_ENVIRONMENT": "Development"
       },
       "dotnetRunMessages": true,
-      "applicationUrl": "http://localhost:5033",
+      //"applicationUrl": "http://localhost:5033",
       "hotReloadEnabled": true
     },
     "https": {
@@ -17,7 +17,7 @@
         "ASPNETCORE_ENVIRONMENT": "Development"
       },
       "dotnetRunMessages": true,
-      "applicationUrl": "https://localhost:7205;http://localhost:5033",
+      //"applicationUrl": "https://localhost:7205;http://localhost:5033",
       "hotReloadEnabled": true
     }
   },

+ 1 - 1
Web.Api/Properties/launchSettings.json

@@ -6,7 +6,7 @@
             "environmentVariables": {
                 "ASPNETCORE_ENVIRONMENT": "Development"
             },
-            "applicationUrl": "https://localhost:4000"
+            //"applicationUrl": "https://localhost:4000"
         }
     }
 }