From b8e3be11a62a04b4901cf8466af8ed03250b1b78 Mon Sep 17 00:00:00 2001 From: Darren Reid Date: Tue, 22 Jun 2021 16:20:33 +1000 Subject: [PATCH] Update launchSettings.json --- MyApp/Properties/launchSettings.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/MyApp/Properties/launchSettings.json b/MyApp/Properties/launchSettings.json index f4b8e3e..5012658 100644 --- a/MyApp/Properties/launchSettings.json +++ b/MyApp/Properties/launchSettings.json @@ -8,20 +8,20 @@ } }, "profiles": { - "IIS Express": { - "commandName": "IISExpress", + "MyApp": { + "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "applicationUrl": "https://localhost:5001/" }, - "MyApp": { - "commandName": "Project", + "IIS Express": { + "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "https://localhost:5001/" + } } } -} \ No newline at end of file +}