Skip to content

Instantly share code, notes, and snippets.

@umayeras
Last active March 12, 2022 11:16
Show Gist options
  • Save umayeras/ddc8c536eea86f4b3b994ab85f24b0c8 to your computer and use it in GitHub Desktop.
Save umayeras/ddc8c536eea86f4b3b994ab85f24b0c8 to your computer and use it in GitHub Desktop.
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"WebApp.Api": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "api-docs",
"applicationUrl": "https://localhost:7224;http://localhost:5075",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment