Skip to content

Commit

Permalink
Added projects Console & Webhook.MinimalAPIs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz0u committed Jun 29, 2024
1 parent 8cbf572 commit 221a773
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions Webhook.MinimalAPIs/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:63408",
"sslPort": 44336
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "setWebhook",
"applicationUrl": "http://localhost:5225",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "setWebhook",
"applicationUrl": "https://localhost:7262;http://localhost:5225",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "setWebhook",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}

0 comments on commit 221a773

Please sign in to comment.