Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Last active December 22, 2019 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankitvijay/b3774b140ec71f7c526e1484bfd05d35 to your computer and use it in GitHub Desktop.
Save ankitvijay/b3774b140ec71f7c526e1484bfd05d35 to your computer and use it in GitHub Desktop.
launchsettings json
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"local-azure": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "local-azure"
}
},
"local-aws": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "local-aws"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment