Add project files.

This commit is contained in:
clive
2024-06-09 18:24:42 +10:00
parent e79bafa073
commit 0c7f7333af
176 changed files with 90322 additions and 0 deletions

9
rusnova/appsettings.json Normal file
View File

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