.NET template project

This commit is contained in:
kdeng00
2023-09-17 20:48:50 -04:00
parent 48d3cf0ba2
commit f4a6dc1c6a
7 changed files with 142 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}