From 47f272d0df60918c75171080c480c6718a611449 Mon Sep 17 00:00:00 2001 From: lingyang <369845068@qq.com> Date: Fri, 30 Jun 2023 14:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=89=93=E5=8C=85=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 24Hour/Properties/launchSettings.json | 29 --------------------------- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 24Hour/Properties/launchSettings.json diff --git a/.gitignore b/.gitignore index b132abf..82b557f 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ dkms.conf /24Hour/wwwroot/CaseFile/Detectionscheme/20230301194942291.docx /24Hour/wwwroot/CaseFile/Detectionscheme/20230301193901426.docx /24Hour/24Hour.xml +/24Hour/Properties/launchSettings.json diff --git a/24Hour/Properties/launchSettings.json b/24Hour/Properties/launchSettings.json deleted file mode 100644 index e5d3ac2..0000000 --- a/24Hour/Properties/launchSettings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:54036", - "sslPort": 44381 - } - }, - "profiles": { - "_24Hour": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:8098" - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "launchUrl": "swagger", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - } - } -}