Skip to content

Instantly share code, notes, and snippets.

@stevejgordon
Created February 11, 2017 08:43
Show Gist options
  • Select an option

  • Save stevejgordon/e6c7b9efdad2594ec072ee394a8ab789 to your computer and use it in GitHub Desktop.

Select an option

Save stevejgordon/e6c7b9efdad2594ec072ee394a8ab789 to your computer and use it in GitHub Desktop.
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"allReady": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment