[Fixes #663] Replace 'web' with 'MusicStore' in launchSettings.json

This commit is contained in:
Kiran Challa 2016-05-20 10:16:48 -07:00
parent bf7e7437a5
commit 99bc05c7d7
1 changed files with 6 additions and 4 deletions

View File

@ -12,13 +12,15 @@
"commandName": "IISExpress", "commandName": "IISExpress",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"Hosting:Environment": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
}, },
"web": { "MusicStore": {
"commandName": "web", "commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000/",
"environmentVariables": { "environmentVariables": {
"Hosting:Environment": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
} }
} }