From 5d9c962ebfdab02ad81692e32303f62b987bfe48 Mon Sep 17 00:00:00 2001 From: Yuri Dimas Date: Tue, 11 Nov 2025 10:44:11 +0700 Subject: [PATCH] chore: remove option default launch settings --- Properties/launchSettings.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 8bbe71b..ddea38c 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -2,11 +2,6 @@ "profiles": { "BankSampahApp": { "commandName": "Project", - "launchBrowser": true, - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:62517;http://localhost:62518" } } } \ No newline at end of file