Add project files.

This commit is contained in:
clive
2024-05-06 20:38:22 +10:00
parent 07b7b0811d
commit 267235e7da
82 changed files with 74541 additions and 0 deletions

9
rokoh/appsettings.json Normal file
View File

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