[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",
"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"
}
}
}