From dfb9e7d511201241b7a4e2f48d5ccba8ca8d9c98 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 30 Jul 2024 10:25:35 +0300 Subject: [PATCH] Delete modules/blogging/src/Volo.Blogging.Admin.Web/Properties/launchSettings.json --- .../Properties/launchSettings.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/blogging/src/Volo.Blogging.Admin.Web/Properties/launchSettings.json diff --git a/modules/blogging/src/Volo.Blogging.Admin.Web/Properties/launchSettings.json b/modules/blogging/src/Volo.Blogging.Admin.Web/Properties/launchSettings.json deleted file mode 100644 index c3a5c67c98..0000000000 --- a/modules/blogging/src/Volo.Blogging.Admin.Web/Properties/launchSettings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "profiles": { - "Volo.Blogging.Admin.Web": { - "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:50430;http://localhost:50431" - } - } -} \ No newline at end of file