stitch-a-ton/WebApp/appsettings.json

17 lines
246 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": {
"Url": "http://0.0.0.0:80"
}
}
}
2025-07-26 06:56:07 +07:00
}