api server base

This commit is contained in:
2024-06-14 10:37:48 +09:00
parent 7dc442cc0b
commit 0df0eae226
10 changed files with 193 additions and 0 deletions

View File

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