stitch-a-ton/WebApp/appsettings.Development.json
2025-11-19 14:53:54 +00:00

16 lines
250 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:7007"
}
}
}
}