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