stitch_something/StitchATon/appsettings.json

10 lines
188 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"StitchATon.Controller": "Information"
}
},
"AllowedHosts": "*"
}