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

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

9
appsettings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}