Добавьте файлы проекта.

This commit is contained in:
Дмитрий Шиманский
2023-10-22 20:54:28 +03:00
parent 7894a24fde
commit 7c6fafa9e6
79 changed files with 74445 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"profiles": {
"DiscordApp": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7134;http://localhost:5113"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"publishAllPorts": true,
"useSSL": true
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:4357",
"sslPort": 44370
}
}
}