2025-07-26 06:56:07 +07:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
2025-07-31 21:02:10 +07:00
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"Kestrel": {
|
|
|
|
|
"EndPoints": {
|
|
|
|
|
"Http": {
|
|
|
|
|
"Url": "http://0.0.0.0:80"
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-26 06:56:07 +07:00
|
|
|
}
|
|
|
|
|
}
|