Adding minimal example for WebApplication and TelegramBot side-by-side

This commit is contained in:
FlorianDahn
2023-09-09 15:41:38 +02:00
parent da8a2f630b
commit a4b24d9433
79 changed files with 74486 additions and 2 deletions
@@ -0,0 +1,28 @@
{
"profiles": {
"BotAndWebApplication": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7200;http://localhost:5002"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:34596",
"sslPort": 44396
}
}
}