stitch-a-ton/WebApp/appsettings.json

17 lines
250 B
JSON
Raw Permalink Normal View History

2025-07-26 06:56:07 +07:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
2025-11-19 14:53:54 +00:00
"Url": "http://localhost:7007"
}
}
}
2025-07-26 06:56:07 +07:00
}