From c873f473c89a17b9fa2bf20ca4c589063ac043b6 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Thu, 19 Jun 2025 16:46:18 -0700 Subject: [PATCH] Delete Launch Settings --- .../Properties/launchSettings.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 src/MistoxWebsite.Server/Properties/launchSettings.json diff --git a/src/MistoxWebsite.Server/Properties/launchSettings.json b/src/MistoxWebsite.Server/Properties/launchSettings.json deleted file mode 100755 index 258652b..0000000 --- a/src/MistoxWebsite.Server/Properties/launchSettings.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "profiles": { - "IIS Express": { - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:6003", - "sslPort": 6003 - }, - "ProjectName": { - "commandName": "Project", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:6003", - "sslPort": 6003 - } - } -} \ No newline at end of file