Add project files.

This commit is contained in:
Karolis2011
2021-08-09 20:46:45 +03:00
parent f5e18022ed
commit e498f41f95
26 changed files with 12941 additions and 0 deletions

10
KTUSA PS/appsettings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}