Add project files.

This commit is contained in:
Dmitriy yawaflua Andreev
2024-07-08 02:05:16 +03:00
parent 1ebfdc052c
commit 5c940b4838
12 changed files with 262 additions and 0 deletions

9
appsettings.json Normal file
View File

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