Skip to content

Instantly share code, notes, and snippets.

@ShariqT
Created November 10, 2021 22:37
Show Gist options
  • Save ShariqT/cd9427e618718059820f04a0909ed7cf to your computer and use it in GitHub Desktop.
Save ShariqT/cd9427e618718059820f04a0909ed7cf to your computer and use it in GitHub Desktop.
launchSettings.json
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:22988",
"sslPort": 44381
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"LobExampleApp": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"LOB_API_KEY": "<INSERT_YOUR_API_KEY>"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment