diff --git a/bitwarden_license/src/Portal/Properties/launchSettings.json b/bitwarden_license/src/Portal/Properties/launchSettings.json index 8cd7d1011c..25e48c1e66 100644 --- a/bitwarden_license/src/Portal/Properties/launchSettings.json +++ b/bitwarden_license/src/Portal/Properties/launchSettings.json @@ -10,14 +10,14 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "Portal": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:52313", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/bitwarden_license/src/Sso/Properties/launchSettings.json b/bitwarden_license/src/Sso/Properties/launchSettings.json index f26fcd42af..8367fbeb72 100644 --- a/bitwarden_license/src/Sso/Properties/launchSettings.json +++ b/bitwarden_license/src/Sso/Properties/launchSettings.json @@ -17,7 +17,7 @@ }, "Sso": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:51822", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/src/Admin/Properties/launchSettings.json b/src/Admin/Properties/launchSettings.json index cc004ca425..4e1b92a719 100644 --- a/src/Admin/Properties/launchSettings.json +++ b/src/Admin/Properties/launchSettings.json @@ -10,14 +10,14 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "Admin": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, diff --git a/src/Api/Properties/launchSettings.json b/src/Api/Properties/launchSettings.json index a0beab3a56..ccbec652d6 100644 --- a/src/Api/Properties/launchSettings.json +++ b/src/Api/Properties/launchSettings.json @@ -17,7 +17,7 @@ }, "Api": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:4000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/src/Billing/Properties/launchSettings.json b/src/Billing/Properties/launchSettings.json index 9e0b5dd91f..361a4a8eaf 100644 --- a/src/Billing/Properties/launchSettings.json +++ b/src/Billing/Properties/launchSettings.json @@ -10,7 +10,7 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "launchUrl": "http://localhost:44518", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -18,7 +18,7 @@ }, "Billing": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "launchUrl": "http://localhost:44518", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/src/EventsProcessor/Properties/launchSettings.json b/src/EventsProcessor/Properties/launchSettings.json index 05465871e4..e0b76f0ad5 100644 --- a/src/EventsProcessor/Properties/launchSettings.json +++ b/src/EventsProcessor/Properties/launchSettings.json @@ -10,14 +10,14 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "EventsProcessor": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, diff --git a/src/Icons/Properties/launchSettings.json b/src/Icons/Properties/launchSettings.json index 07b87c6f02..0366a14deb 100644 --- a/src/Icons/Properties/launchSettings.json +++ b/src/Icons/Properties/launchSettings.json @@ -10,7 +10,7 @@ "profiles": { "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "launchUrl": "bitwarden.com/icon.png", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -18,7 +18,7 @@ }, "Icons": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "launchUrl": "bitwarden.com/icon.png", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/src/Identity/Properties/launchSettings.json b/src/Identity/Properties/launchSettings.json index 3076c134cd..02a586ab61 100644 --- a/src/Identity/Properties/launchSettings.json +++ b/src/Identity/Properties/launchSettings.json @@ -17,7 +17,7 @@ }, "Identity": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:33656", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/util/Server/Properties/launchSettings.json b/util/Server/Properties/launchSettings.json index df4508265f..3bbca7ce56 100644 --- a/util/Server/Properties/launchSettings.json +++ b/util/Server/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Server": { "commandName": "Project", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" },