stitch_something/StitchATon/appsettings.json

11 lines
188 B
JSON
Raw Normal View History

2025-08-01 15:29:06 +07:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"StitchATon.Controller": "Information"
}
},
"AllowedHosts": "*"
}