Skip to content

Instantly share code, notes, and snippets.

@umayeras
Created October 15, 2020 07:47
Show Gist options
  • Save umayeras/ba2ea4c418a988373a13ddc9285528db to your computer and use it in GitHub Desktop.
Save umayeras/ba2ea4c418a988373a13ddc9285528db to your computer and use it in GitHub Desktop.
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"WebApi": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:5001;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