release
This commit is contained in:
parent
93b41bfa94
commit
e868c152e0
48 changed files with 372 additions and 34 deletions
9
bin/Debug/net9.0/appsettings.json
Normal file
9
bin/Debug/net9.0/appsettings.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue