diff --git a/src/MusicStore/Properties/launchSettings.json b/src/MusicStore/Properties/launchSettings.json index 6107e65b8f..a2f3822f09 100644 --- a/src/MusicStore/Properties/launchSettings.json +++ b/src/MusicStore/Properties/launchSettings.json @@ -12,13 +12,15 @@ "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { - "Hosting:Environment": "Development" + "ASPNETCORE_ENVIRONMENT": "Development" } }, - "web": { - "commandName": "web", + "MusicStore": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "http://localhost:5000/", "environmentVariables": { - "Hosting:Environment": "Development" + "ASPNETCORE_ENVIRONMENT": "Development" } } }